We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6710cc2 commit c272399Copy full SHA for c272399
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = openpathsampling-cli
3
-version = 0.0.4.dev0
+version = 0.1.0
4
# version should end in .dev0 if this isn't to be released
5
description = Command line tool for OpenPathSampling
6
long_description = file: README.md
@@ -22,7 +22,7 @@ python_requires = >= 3.6
22
install_requires =
23
click
24
tqdm
25
- openpathsampling
+ openpathsampling >= 1.2
26
packages = find:
27
28
[options.entry_points]
0 commit comments