Skip to content

Commit

Permalink
Use setuptool's "normalised" format for the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
borntyping committed Apr 14, 2021
1 parent 16a4dc7 commit cd40f2a
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,7 +2,7 @@

setup(
name="colorlog",
version="6.0.0-alpha.3",
version="6.0.0a4",
description="Add colours to the output of Python's logging module.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit cd40f2a

Please sign in to comment.