Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kaufman committed Jan 12, 2015
1 parent c762976 commit b85ab3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,12 +2,12 @@

setup(
name='fencepy',
version='0.3',
version='0.4',
description='Standardized fencing off of python virtual environments on a per-project basis',
author='Adam Kaufman',
author_email='kaufman.blue@gmail.com',
url='https://github.com/ajk8/fencepy',
download_url='https://github.com/ajk8/fencepy/tarball/0.2',
download_url='https://github.com/ajk8/fencepy/tarball/0.4',
license='MIT',
packages=['fencepy'],
entry_points={'console_scripts': ['fencepy = fencepy:fence']},
Expand Down

0 comments on commit b85ab3c

Please sign in to comment.