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 701228c commit 40fb64bCopy full SHA for 40fb64b
pyproject.toml
@@ -1,11 +1,11 @@
1
[tool.poetry]
2
name = "jdiff"
3
-version = "0.0.1-beta.1"
+version = "0.0.1"
4
description = "A light-weight library to compare structured output from network devices show commands."
5
authors = ["Network to Code, LLC <info@networktocode.com>"]
6
license = "Apache-2.0"
7
-homepage = "https://github.com/networktocode-llc/jdiff"
8
-repository = "https://github.com/networktocode-llc/jdiff"
+homepage = "https://github.com/networktocode/jdiff"
+repository = "https://github.com/networktocode/jdiff"
9
readme = "README.md"
10
keywords = ["json", "diff", "network"]
11
classifiers = [
0 commit comments