pybgpkit 0.6.0__tar.gz → 0.6.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pybgpkit
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: BGPKIT tools Python bindings
5
5
  Home-page: https://github.com/bgpkit/pybgpkit
6
6
  Author: Mingwei Zhang
@@ -8,7 +8,7 @@ Author-email: mingwei@bgpkit.com
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
10
  Requires-Dist: dataclasses_json
11
- Requires-Dist: pybgpkit-parser==0.6.0
11
+ Requires-Dist: pybgpkit-parser==0.6.1
12
12
  Requires-Dist: requests
13
13
  Dynamic: author
14
14
  Dynamic: author-email
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pybgpkit
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: BGPKIT tools Python bindings
5
5
  Home-page: https://github.com/bgpkit/pybgpkit
6
6
  Author: Mingwei Zhang
@@ -8,7 +8,7 @@ Author-email: mingwei@bgpkit.com
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
10
  Requires-Dist: dataclasses_json
11
- Requires-Dist: pybgpkit-parser==0.6.0
11
+ Requires-Dist: pybgpkit-parser==0.6.1
12
12
  Requires-Dist: requests
13
13
  Dynamic: author
14
14
  Dynamic: author-email
@@ -1,3 +1,3 @@
1
1
  dataclasses_json
2
- pybgpkit-parser==0.6.0
2
+ pybgpkit-parser==0.6.1
3
3
  requests
@@ -8,7 +8,7 @@ long_description = (this_directory / "README.md").read_text()
8
8
 
9
9
  setuptools.setup(
10
10
  name="pybgpkit",
11
- version="0.6.0",
11
+ version="0.6.1",
12
12
  description="BGPKIT tools Python bindings",
13
13
  url="https://github.com/bgpkit/pybgpkit",
14
14
  author="Mingwei Zhang",
@@ -20,7 +20,7 @@ setuptools.setup(
20
20
  install_requires=[
21
21
  # available on pip
22
22
  "dataclasses_json",
23
- "pybgpkit-parser==0.6.0",
23
+ "pybgpkit-parser==0.6.1",
24
24
  "requests",
25
25
  ],
26
26
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes