Skip to content

Commit

Permalink
Merge pull request #19 from jrjohansson/py39
Browse files Browse the repository at this point in the history
bumping version to 1.0.4 to incorporate @bjmorgan's fix that works in…
  • Loading branch information
leebrian authored Aug 19, 2021
2 parents 11a4d7a + 3335241 commit 058e0e1
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 @@ -23,7 +23,7 @@
NAME = "version_information"
MAJOR = 1
MINOR = 0
MICRO = 3
MICRO = 4
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
AUTHOR = "J. Robert Johansson"
AUTHOR_EMAIL = "[email protected]"
Expand Down

0 comments on commit 058e0e1

Please sign in to comment.