Skip to content

Commit 28646eb

Browse files
author
Dylan
committed
bump version
1 parent 41aecfd commit 28646eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

netbox_inventory/tests/test_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class NetboxInventoryVersionTestCase(SimpleTestCase):
1111
"""
1212

1313
def test_version(self):
14-
assert __version__ == '3.4.0'
14+
assert __version__ == '3.4.1'
1515

1616

1717
class AppTest(APITestCase):

netbox_inventory/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.4.0'
1+
__version__ = '3.4.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "netbox-inventory"
7-
version = "3.4.0"
7+
version = "3.4.1"
88
authors = [
99
{ name="Matej Vadnjal", email="matej.vadnjal@arnes.si" },
1010
]

0 commit comments

Comments
 (0)