Skip to content

Commit

Permalink
chore: bump version to v1.4.2 (stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn committed Jan 9, 2025
1 parent a96632f commit eba32c2
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 @@ -103,7 +103,7 @@ def main() -> None:
)

parser.add_argument(
"--version", action="version", version="cyan v1.4.2b"
"--version", action="version", version="cyan v1.4.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.4.2b",
version="1.4.2",
description="finally, pyzule doesn't suck",
author="zx",
author_email="[email protected]",
Expand Down

0 comments on commit eba32c2

Please sign in to comment.