Skip to content

Commit

Permalink
chore: bump version to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn committed Oct 12, 2024
1 parent 54359e0 commit 4e05892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cyan/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def main() -> None:
)

parser.add_argument(
"--version", action="version", version="cyan v1.2.1"
"--version", action="version", version="cyan v1.2.2"
)

from cyan import logic
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="cyan",
version="1.2.1",
version="1.2.2",
description="finally, pyzule doesn't suck",
author="zx",
author_email="zx@hrzn.email",
Expand Down

0 comments on commit 4e05892

Please sign in to comment.