Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.

Commit 6b83faf

Browse files
committed
Prep for 0.3.0 release.
1 parent 92460a3 commit 6b83faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chef/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2010 Noah Kantrowitz <[email protected]>
22

3-
__version__ = (0, 2, 3, 'dev')
3+
__version__ = (0, 3, 0)
44

55
from chef.api import ChefAPI, autoconfigure
66
from chef.client import Client

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name = 'PyChef',
9-
version = '0.2.4-dev',
9+
version = '0.3.0',
1010
packages = find_packages(),
1111
author = 'Noah Kantrowitz',
1212
author_email = '[email protected]',

0 commit comments

Comments
 (0)