Skip to content

Commit

Permalink
trying to fix setup.py versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
franalbani committed Nov 20, 2023
1 parent 22a19c1 commit 820c0fd
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 @@ -22,7 +22,7 @@ def git_describe():

setup(
name='fluxons',
version=git_describe(),
version='0.1+' + git_describe(),
description='',
long_description='',
url='https://github.com/franalbani/fluxons',
Expand Down

0 comments on commit 820c0fd

Please sign in to comment.