Skip to content

Commit 1a716ad

Browse files
committed
fix: Update __version__ to match pyproject.toml
1 parent 2a80368 commit 1a716ad

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__ = "1.2.0"
3+
__version__ = "1.3.1"
44

55
__all__ = ["__version__"]

0 commit comments

Comments
 (0)