Skip to content

Commit

Permalink
chore: bump version to v1.4 (stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn committed Nov 2, 2024
1 parent 31169d6 commit 73d1495
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.4b"
"--version", action="version", version="cyan v1.4"
)

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.4b",
version="1.4",
description="finally, pyzule doesn't suck",
author="zx",
author_email="zx@hrzn.email",
Expand Down

0 comments on commit 73d1495

Please sign in to comment.