Skip to content

Commit

Permalink
chore: bump version to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn committed Sep 11, 2024
1 parent 5e08afc commit 8f7db14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.2"
"--version", action="version", version="cyan v1.1.3"
)

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

setup(
name="cyan",
version="1.1.2",
version="1.1.3",
description="finally, pyzule doesn't suck",
author="zx",
author_email="zx@hrzn.email",
packages=["cyan", "cyan.tbhtypes", "cgen"],
# install_requires=["lief"],
python_requires=">=3.9",
include_package_data=True,
entry_points={
Expand Down

0 comments on commit 8f7db14

Please sign in to comment.