Skip to content

Commit

Permalink
Bump python_requires to 3.6+; version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Feb 13, 2020
1 parent 6e17351 commit 5f9bd2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = openpathsampling-cli
version = 0.0.1
version = 0.0.2
# version should end in .dev0 if this isn't to be released
description = Command line tool for OpenPathSampling
long_description = file: README.md
Expand All @@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3

[options]
python_requires = >= 3.6
install_requires =
click
tqdm
Expand Down

0 comments on commit 5f9bd2c

Please sign in to comment.