Skip to content

Commit

Permalink
fix #77 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius authored Sep 26, 2024
1 parent 0b9da49 commit ae302c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.2.0] - 2024-09-26
### Added
### Changed
### Deprecated
### Removed
### Fixed
- move to `pyopenrivercam=0.6.1` to prevent issues with new `rasterio=1.4.0`
### Security


## [0.2.0] - 2024-09-26
### Added
- OpenRiverCam Logos and trademarks
Expand Down
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.2.0"
__version__ = "0.2.1"

__home__ = os.path.join(os.path.expanduser("~"), ".nodeorc")
if not(os.path.isdir(__home__)):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"dask[distributed]",
"pika",
"pydantic==2.3.0",
"pyopenrivercam==0.6.0",
"pyopenrivercam==0.6.1",
"python-dotenv",
"requests",
"sqlalchemy"
Expand Down

0 comments on commit ae302c7

Please sign in to comment.