Skip to content

Commit 8851d25

Browse files
committed
v42
1 parent a0b46f5 commit 8851d25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

brightest_path_lib/_myVersion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.40"
1+
__version__ = "1.0.42"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
here = Path(__file__).parent.absolute()
88
sys.path.insert(0, ".")
99

10-
__version__ = "1.0.40"
10+
__version__ = "1.0.42"
1111
# from .brightest_path_lib._myVersion import __version__
1212

1313
TRANSONIC_BACKEND = "pythran"

0 commit comments

Comments
 (0)