Skip to content

Commit

Permalink
Make development versions compliant with semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmxgti committed Jan 5, 2023
1 parent 354386e commit 32d3bb6
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 @@ -28,7 +28,7 @@

if "DEVBUILD" in os.environ:
now = datetime.datetime.now()
about["__version__"] = about["__version__"] + ".dev" + now.strftime("%Y%m%d%H%M%S")
about["__version__"] = about["__version__"] + "-dev." + now.strftime("%Y%m%d%H%M%S")

setup(
name="tokendito",
Expand Down

0 comments on commit 32d3bb6

Please sign in to comment.