Skip to content

Commit 7ced0ba

Browse files
author
stonebig
committed
update version and remove python2.6
wheel are not a python 2.6 thing
1 parent 6f56c3b commit 7ced0ba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def get_subpackages(name):
7878
'Operating System :: OS Independent',
7979
'Operating System :: POSIX',
8080
'Operating System :: Unix',
81-
'Programming Language :: Python :: 2.6',
8281
'Programming Language :: Python :: 2.7',
8382
'Programming Language :: Python :: 3',
8483
'Development Status :: 5 - Production/Stable',

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
OTHER DEALINGS IN THE SOFTWARE.
2828
"""
2929

30-
__version__ = '1.1'
30+
__version__ = '1.2'
3131
__license__ = __doc__
3232
__project_url__ = 'http://winpython.github.io/'

0 commit comments

Comments
 (0)