Skip to content

Commit

Permalink
Merge pull request #234 from networktocode/release-v3.0.2
Browse files Browse the repository at this point in the history
Update version to 3.0.2
  • Loading branch information
dgarros authored Nov 8, 2021
2 parents 826059c + 6dbbd0a commit 13a3227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion network_importer/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version number for network_importer."""
__version_info__ = (3, 0, "1")
__version_info__ = (3, 0, "2")
__version__ = ".".join([str(v) for v in __version_info__])
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "network-importer"
version = "3.0.1"
version = "3.0.2"
description = "Network Importer tool to import an existing network into a Database / Source Of Truth"
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
homepage = "https://github.com/networktocode/network-importer"
Expand Down

0 comments on commit 13a3227

Please sign in to comment.