Skip to content

Commit

Permalink
Version v0.0.4 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed May 29, 2013
1 parent 51d0369 commit 3d7cc24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_MAJOR = 0
_MINOR = 0
_PATCH = 3
_PATCH = 4

def version_tuple():
'''
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name = 'requirements-parser',
version = '0.0.3',
version = '0.0.4',
description = 'Parses Pip requirement files',
long_description = long_description,
author = 'David Fischer',
Expand Down

0 comments on commit 3d7cc24

Please sign in to comment.