Skip to content

Commit

Permalink
Bugs 164 165 (#167)
Browse files Browse the repository at this point in the history
* fix #165

* fix #164

* bump version #164 #165
  • Loading branch information
hcwinsemius authored May 13, 2024
1 parent 2943a92 commit 3188921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyorc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.4"
__version__ = "0.5.5"
from .api.cameraconfig import CameraConfig, load_camera_config, get_camera_config
from .api.video import Video
from .api.frames import Frames
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setup(
name="pyopenrivercam",
description="pyopenrivercam (pyorc) is a front and backend to control river camera observation locations",
version="0.5.4",
version="0.5.5",
long_description=readme + "\n\n",
long_description_content_type="text/markdown",
url="https://github.com/localdevices/pyorc",
Expand Down

0 comments on commit 3188921

Please sign in to comment.