Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Sync __version__ with the actual release.  **NOTE** This is not automated, it must be changed manually on each release.
  • Loading branch information
jtfrey authored Jul 1, 2020
1 parent c30bc84 commit 7475cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckbit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# present, too:
#
name = 'ckbit'
__version__ = '1.0.0'
__version__ = '0.0.1'

# Pull rxn_ord, pfr, cstr, app_ea in as ckbit.<x>:
from . import rxn_ord
Expand Down

0 comments on commit 7475cf6

Please sign in to comment.