Skip to content

Commit 408907f

Browse files
committed
Bump version to 1.42.0
1 parent 3b8fef4 commit 408907f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""library to interact with the Packet API"""
55

6-
__version__ = "1.41.0"
6+
__version__ = "1.42.0"
77
__author__ = "Packet Engineers"
88
__author_email__ = "[email protected]"
99
__license__ = "LGPL v3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
setup(
5050
name="packet-python",
51-
version="1.41.0",
51+
version="1.42.0",
5252
description="Packet API client",
5353
long_description=long_description,
5454
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)