Skip to content

Commit

Permalink
Fix setup and version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhuertas authored Oct 10, 2016
1 parent 185f176 commit 8b1dce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(fname):
packages=["mock_decorators"],
description="Mock library using python decorators",
long_description=read('README.md'),
url='https://github.com/fhuertas/mock_decorators'
url='https://github.com/fhuertas/mock_decorators',
download_url="https://github.com/fhuertas/mock_decorators/tarball/{}".format(read('VERSION')),
install_requires=required,
classifiers=[
Expand Down

0 comments on commit 8b1dce2

Please sign in to comment.