summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP <jpellerin@gmail.com>2012-09-03 09:15:14 -0400
committerJP <jpellerin@gmail.com>2012-09-03 09:15:14 -0400
commitdf9bcab6b5e0c00b679bec29d41a11eb8607e7ab (patch)
treee721ee08597f0fc40e9c21482d69f39d79d22af6
parentaa0b84a9a1fb08ac8b8a26261421265658ca7e62 (diff)
downloadnose-df9bcab6b5e0c00b679bec29d41a11eb8607e7ab.tar.gz
Bump version to 1.2
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 13d41e2..937343a 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
import sys
import os
-VERSION = '1.1.3'
+VERSION = '1.2.0'
py_vers_tag = '-%s.%s' % sys.version_info[:2]
test_dirs = ['functional_tests', 'unit_tests', os.path.join('doc','doc_tests'), 'nose']
@@ -107,7 +107,7 @@ setup(
'examples/*.py',
'examples/*/*.py']},
classifiers = [
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Natural Language :: English',