Skip to content

Commit 2c9dca4

Browse files
committed
Stormpy version 1.6.4
1 parent e831d2f commit 2c9dca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/stormpy/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.3"
1+
__version__ = "1.6.4"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def build_extension(self, ext, general_cmake_args, general_build_args):
273273

274274
cmdclass={'build_ext': CMakeBuild},
275275
zip_safe=False,
276-
install_requires=['pycarl>=2.0.4'],
276+
install_requires=['pycarl>=2.0.5'],
277277
setup_requires=['pytest-runner'],
278278
tests_require=['pytest', 'nbval', 'numpy'],
279279
extras_require={

0 commit comments

Comments
 (0)