Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuesch committed Dec 30, 2022
1 parent 0c03d54 commit a76504b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtoprammer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# TOPrammer version stamp
VERSION_MAJOR = 0
VERSION_MINOR = 18
VERSION_MINOR = 19
VERSION = "%d.%d" % (VERSION_MAJOR, VERSION_MINOR)


Expand Down

0 comments on commit a76504b

Please sign in to comment.