Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matejv committed Sep 3, 2023
1 parent 9b52b04 commit 383be3e
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 NetboxDnsVersionTestCase(SimpleTestCase):
"""

def test_version(self):
assert __version__ == "1.4.2"
assert __version__ == "1.4.3"


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__ = '1.4.2'
__version__ = '1.4.3'
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 = "1.4.2"
version = "1.4.3"
authors = [
{ name="Matej Vadnjal", email="[email protected]" },
]
Expand Down

0 comments on commit 383be3e

Please sign in to comment.