Skip to content

Commit 724d7be

Browse files
committed
Release pyppms-2.1.0
1 parent 1ac5ae5 commit 724d7be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
description = "A Python package to communicate with Stratocore's PUMAPI."
33
name = "pyppms"
4-
version = "2.1.0-dev0"
4+
version = "2.1.0"
55

66
license = "GPLv3"
77

src/pyppms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
.. include:: ../../CHANGELOG.md
88
"""
99

10-
__version__ = "2.1.0-dev0"
10+
__version__ = "2.1.0"
1111

1212
from .ppms import PpmsConnection

tests/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
def test_version():
77
"""Ensure we're running against the expected package version."""
8-
assert __version__ == "2.1.0-dev0"
8+
assert __version__ == "2.1.0"

0 commit comments

Comments
 (0)