Skip to content

Commit

Permalink
update version num
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyololicon committed Jul 8, 2023
1 parent 97b5082 commit aa050bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import setuptools

NAME = "kazane"
VERSION = '1.0.3'
AUTHOR = 'Chin-Yun Yu'
EMAIL = 'lolimaster.cs03@nctu.edu.tw'
VERSION = "1.0.4"
AUTHOR = "Chin-Yun Yu"
EMAIL = "lolimaster.cs03@nctu.edu.tw"


with open("README.md", "r") as fh:
Expand All @@ -19,7 +19,7 @@
long_description_content_type="text/markdown",
url="https://github.com/yoyololicon/kazane",
packages=["kazane"],
install_requires=['torch'],
install_requires=["torch"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit aa050bd

Please sign in to comment.