Skip to content

Commit

Permalink
Release pyppms-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrenfeu committed Aug 26, 2022
1 parent e2a0885 commit a19c1c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
description = "A Python package to communicate with Stratocore's PUMAPI."
name = "pyppms"
version = "2.0.0-dev0"
version = "2.0.0"

license = "GPLv3"

Expand Down
2 changes: 1 addition & 1 deletion src/pyppms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
.. include:: ../../TESTING.md
"""

__version__ = "2.0.0-dev0"
__version__ = "2.0.0"

from .ppms import PpmsConnection
2 changes: 1 addition & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

def test_version():
"""Ensure we're running against the expected package version."""
assert __version__ == "2.0.0-dev0"
assert __version__ == "2.0.0"

0 comments on commit a19c1c8

Please sign in to comment.