We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8fef4 commit 408907fCopy full SHA for 408907f
packet/__init__.py
@@ -3,7 +3,7 @@
3
4
"""library to interact with the Packet API"""
5
6
-__version__ = "1.41.0"
+__version__ = "1.42.0"
7
__author__ = "Packet Engineers"
8
__author_email__ = "[email protected]"
9
__license__ = "LGPL v3"
setup.py
@@ -48,7 +48,7 @@
48
49
setup(
50
name="packet-python",
51
- version="1.41.0",
+ version="1.42.0",
52
description="Packet API client",
53
long_description=long_description,
54
long_description_content_type="text/markdown",
0 commit comments