Skip to content

Commit

Permalink
Bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qqaatw committed Nov 29, 2024
1 parent c37b197 commit 3cf3e0d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
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.1"
__version__ = "1.6.2"
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt requirements_test.txt
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
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 All @@ -38,5 +34,4 @@
package_data={"JciHitachi": ["cert/*.pem"]},
python_requires=">=3.10",
install_requires=install_requires,
tests_require=tests_require,
)

0 comments on commit 3cf3e0d

Please sign in to comment.