Skip to content

Commit 315128c

Browse files
committed
Release 0.3
1 parent 5dc52b5 commit 315128c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

setup.cfg

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = openpathsampling-cli
3-
version = 0.2.2.dev0
3+
version = 0.3
44
# version should end in .dev0 if this isn't to be released
55
description = Command line tool for OpenPathSampling
66
long_description = file: README.md
@@ -18,16 +18,13 @@ classifiers =
1818
Programming Language :: Python :: 3
1919

2020
[options]
21-
python_requires = >= 3.7
21+
python_requires = >= 3.9
2222
install_requires =
2323
click
2424
tqdm
25-
openpathsampling >= 1.2
25+
openpathsampling >= 1.6
2626
packages = find:
2727

2828
[options.entry_points]
2929
console_scripts =
3030
openpathsampling = paths_cli.cli:main
31-
32-
[bdist_wheel]
33-
universal=1

0 commit comments

Comments
 (0)