Skip to content

Commit

Permalink
Fix version number.
Browse files Browse the repository at this point in the history
Python has a different understanding of Semantic Versioning than other
parts of the world. PEP 440 requirement.
  • Loading branch information
ulif committed Apr 12, 2024
1 parent 21ac810 commit 1467299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diceware/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.0.0.dev0"
version = "1.0.dev0"
random_sources = {
'system': 'diceware.random_sources:SystemRandomSource',
'realdice': 'diceware.random_sources:RealDiceRandomSource',
Expand Down

0 comments on commit 1467299

Please sign in to comment.