Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matejv committed May 13, 2024
1 parent eac15ac commit ea95687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netbox_inventory/tests/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class NetboxInventoryVersionTestCase(SimpleTestCase):
"""

def test_version(self):
assert __version__ == "2.0.0"
assert __version__ == "2.0.1"


class AppTest(APITestCase):
Expand Down
2 changes: 1 addition & 1 deletion netbox_inventory/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.0'
__version__ = '2.0.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "netbox-inventory"
version = "2.0.0"
version = "2.0.1"
authors = [
{ name="Matej Vadnjal", email="matej.vadnjal@arnes.si" },
]
Expand Down

0 comments on commit ea95687

Please sign in to comment.