Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcharli committed Aug 1, 2024
1 parent d9273b0 commit 57e1a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ck-apstra-api"
version = "0.4.18"
version = "0.4.19"
description = "An implementation to use Apstra API"
license = {text = "MIT License"}
authors = [ { name = "Charlie Kim", email = "[email protected]" } ]
Expand All @@ -21,7 +21,7 @@ build-backend = "setuptools.build_meta"

[tool.poetry]
name = "ck-apstra-api"
version = "0.4.18"
version = "0.4.19"
description = "An implementation to use Apstra API"
authors = [ "Charlie Kim <[email protected]>" ]
license = "MIT"
Expand Down

0 comments on commit 57e1a54

Please sign in to comment.