Skip to content

Commit 933592e

Browse files
committed
fix: Update __version__ to 1.1.0
Forgot to update __init__.py when bumping version. Stu Mason + AI <me@stumason.dev>
1 parent 7932589 commit 933592e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polar_flow_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""polar-flow-server - Self-hosted health analytics server for Polar devices."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "1.1.0"
44

55
__all__ = ["__version__"]

0 commit comments

Comments
 (0)