Skip to content

Commit f45f899

Browse files
authored
Merge pull request #80 from networktocode/release-v0.0.1
Release 0.0.1
2 parents 701228c + 40fb64b commit f45f899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tool.poetry]
22
name = "jdiff"
3-
version = "0.0.1-beta.1"
3+
version = "0.0.1"
44
description = "A light-weight library to compare structured output from network devices show commands."
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"
7-
homepage = "https://github.com/networktocode-llc/jdiff"
8-
repository = "https://github.com/networktocode-llc/jdiff"
7+
homepage = "https://github.com/networktocode/jdiff"
8+
repository = "https://github.com/networktocode/jdiff"
99
readme = "README.md"
1010
keywords = ["json", "diff", "network"]
1111
classifiers = [

0 commit comments

Comments
 (0)