Skip to content

Commit

Permalink
upping version to 0.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Jan 26, 2016
1 parent d06e4b5 commit 8bc035e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]

setup(name='uranium',
version='0.2.26',
version='0.2.28b',
description='a build system for python',
long_description=open('README.rst').read(),
author='Yusuke Tsutsumi',
Expand All @@ -33,9 +33,6 @@
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 8bc035e

Please sign in to comment.