Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 28, 2020
1 parent cce00f3 commit b6a8789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -156,7 +156,7 @@ def write_version():

setup(
name=project_var_name,
version='%s%s' % (sversion, subversion),
version=sversion,
author='Xavier Dupré',
author_email='xavier.dupre@gmail.com',
license="MIT",
Expand Down

0 comments on commit b6a8789

Please sign in to comment.