Skip to content

Commit

Permalink
Fetched setup.py version from module __init__.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolo committed Sep 16, 2015
1 parent 4e42860 commit 9ef7254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_version(package):

setup(
name='django-star-ratings',
version='0.1.0',
version=version,
packages=find_packages(),
include_package_data=True,
license='BSD License',
Expand Down

0 comments on commit 9ef7254

Please sign in to comment.