Skip to content

Commit

Permalink
chore: bump version to v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn committed Sep 15, 2024
1 parent 8fe0fc2 commit d1c3bc6
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 @@ -95,7 +95,7 @@ def main() -> None:
)

parser.add_argument(
"--version", action="version", version="cyan v1.1.4"
"--version", action="version", version="cyan v1.1.5"
)

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.1.4",
version="1.1.5",
description="finally, pyzule doesn't suck",
author="zx",
author_email="[email protected]",
Expand Down

0 comments on commit d1c3bc6

Please sign in to comment.