We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f56c3b commit 7ced0baCopy full SHA for 7ced0ba
setup.py
@@ -78,7 +78,6 @@ def get_subpackages(name):
78
'Operating System :: OS Independent',
79
'Operating System :: POSIX',
80
'Operating System :: Unix',
81
- 'Programming Language :: Python :: 2.6',
82
'Programming Language :: Python :: 2.7',
83
'Programming Language :: Python :: 3',
84
'Development Status :: 5 - Production/Stable',
winpython/__init__.py
@@ -27,6 +27,6 @@
27
OTHER DEALINGS IN THE SOFTWARE.
28
"""
29
30
-__version__ = '1.1'
+__version__ = '1.2'
31
__license__ = __doc__
32
__project_url__ = 'http://winpython.github.io/'
0 commit comments