Skip to content

Commit

Permalink
setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
MainKronos committed Jan 16, 2025
1 parent 045f0cd commit 6b20b0e
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 @@ -2,5 +2,5 @@
import os

setuptools.setup(
version=os.environ["RELEASE_VERSION"]
version=os.environ["RELEASE_VERSION"].replace("v.","",1)
)

0 comments on commit 6b20b0e

Please sign in to comment.