Skip to content

Commit

Permalink
Prepare 0.2.0 release (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
daleal authored Mar 21, 2021
1 parent 1c21c2f commit 5bae815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zum"
version = "0.1.0"
version = "0.2.0"
description = "Stop writing scripts to test your APIs. Call them as CLIs instead."
license = "MIT"
authors = ["Daniel Leal <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion zum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Init file for the zum library.
"""

version_info = (0, 1, 0)
version_info = (0, 2, 0)
__version__ = ".".join([str(x) for x in version_info])

0 comments on commit 5bae815

Please sign in to comment.