Skip to content

Commit

Permalink
bumped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljohn10 committed Sep 9, 2021
1 parent c001196 commit f58879b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caworker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import

__version__ = "0.2.2"
__version__ = "1.0.0"

from .caworker import CAWorker
from .utils import workerArgs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["worker", "ca", "pki", "cloudflare"]
name = "ca-worker"
readme = "README.md"
repository = "https://github.com/nikhiljohn10/ca-worker"
version = "0.2.2"
version = "1.0.0"

[tool.poetry.dependencies]
cloudflare-api = "^2.0.4"
Expand Down

0 comments on commit f58879b

Please sign in to comment.