Skip to content

Commit 6406822

Browse files
committed
Version update.
1 parent 74e5c46 commit 6406822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jarvis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version number."""
22

3-
__version__ = "2024.10.10"
3+
__version__ = "2024.10.30"
44

55
import os
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="jarvis-tools",
15-
version="2024.10.10",
15+
version="2024.10.30",
1616
long_description=long_d,
1717
install_requires=[
1818
"numpy>=1.20.1",

0 commit comments

Comments
 (0)