Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmariegaard committed Mar 30, 2021
1 parent 0ddd2e8 commit f6c6046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "0.1.dev"
__version__ = "0.1"

if "64" not in architecture()[0]:
raise Exception("This library has not been tested for a 32 bit system.")
Expand Down

0 comments on commit f6c6046

Please sign in to comment.