Skip to content

Commit

Permalink
Update __init__.py (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius authored Apr 8, 2024
1 parent 74fdfaf commit 43b26f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeorc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""NodeORC: Automated edge and cloud image-based discharge estimation with OpenRiverCam"""
import os
__version__ = "0.1.5"
__version__ = "0.1.6"

__home__ = os.path.join(os.path.expanduser("~"), ".nodeorc")
if not(os.path.isdir(__home__)):
Expand Down

0 comments on commit 43b26f0

Please sign in to comment.