Skip to content

Commit

Permalink
Bump version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qqaatw committed Nov 29, 2024
1 parent 3cf3e0d commit 865a1d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JciHitachi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__author__ = "Allan Lin"
__version__ = "1.6.2"
__version__ = "1.6.3"
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
with open("requirements.txt", "r", encoding="utf-8") as f:
install_requires = f.read().split("\n")

with open("requirements_test.txt", "r", encoding="utf-8") as f:
tests_require = f.read().split("\n")


if __name__ == "__main__":
setuptools.setup(
name="LibJciHitachi",
Expand Down

0 comments on commit 865a1d7

Please sign in to comment.