We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39feb83 commit 6f971adCopy full SHA for 6f971ad
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name = 'PyZen',
9
- version = '0.1',
+ version = '0.2',
10
packages = find_packages(),
11
author = 'Noah Kantrowitz',
12
author_email = 'noah@coderanger.net',
@@ -18,8 +18,8 @@
18
classifiers = [
19
#'Development Status :: 1 - Planning',
20
#'Development Status :: 2 - Pre-Alpha',
21
- 'Development Status :: 3 - Alpha',
22
- #'Development Status :: 4 - Beta',
+ #'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
23
#'Development Status :: 5 - Production/Stable',
24
#'Development Status :: 6 - Mature',
25
#'Development Status :: 7 - Inactive',
0 commit comments