Skip to content

Commit

Permalink
Version 3.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed Jan 11, 2015
1 parent 70398cd commit 078ef0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

setup(
name='clize',
version='3.0a1',
version='3.0a2',
description='Command-line argument parsing for Python, without the effort',
license='MIT',
url='https://github.com/epsy/clize',
author='Yann Kaiser',
author_email='kaiser.yann@gmail.com',
install_requires=['six', 'sigtools >= 0.1a5'],
install_requires=['six', 'sigtools >= 0.1b1'],
extras_require={
':python_version in "2.6"': ['ordereddict'],
},
Expand Down

0 comments on commit 078ef0e

Please sign in to comment.