diff --git a/Ctl/VERSION b/Ctl/VERSION index 3e1ad72..359a5b9 100644 --- a/Ctl/VERSION +++ b/Ctl/VERSION @@ -1 +1 @@ -1.5.0 \ No newline at end of file +2.0.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6a32628..2751752 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "peeringdb" -version = "1.5.0" +version = "2.0.0" description = "PeeringDB Django models" readme = "README.md" repository = "https://github.com/peeringdb/peeringdb-py"