Skip to content

Commit

Permalink
remove prefix version for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmann committed Sep 12, 2014
1 parent b5cd54e commit d99faf5
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 @@ -44,7 +44,7 @@
# Versioneer configuration
versioneer.versionfile_source = os.path.join(MAIN_PACKAGE, '_version.py')
versioneer.versionfile_build = os.path.join(MAIN_PACKAGE, '_version.py')
versioneer.tag_prefix = 'v' # tags are like v1.2.0
versioneer.tag_prefix = '' # tags are like v1.2.0
versioneer.parentdir_prefix = MAIN_PACKAGE + '-'


Expand Down

0 comments on commit d99faf5

Please sign in to comment.