Skip to content

Commit 1f1c52c

Browse files
authored
Merge pull request #27 from dwhswenson/bump-0.1.1.dev0
Bump 0.1.1.dev0
2 parents 6710cc2 + 3ac5d64 commit 1f1c52c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

paths_cli/file_copying.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
mode='a'
1818
)
1919

20+
2021
class PrecomputeLoadNames(OPSStorageLoadNames):
2122
def get(self, storage, name):
2223
if len(name) == 0:
@@ -26,6 +27,7 @@ def get(self, storage, name):
2627

2728
return super(PrecomputeLoadNames, self).get(storage, name)
2829

30+
2931
PRECOMPUTE_CVS = PrecomputeLoadNames(
3032
param=Option('--cv', type=str, multiple=True,
3133
help=('name of CV to precompute; if not specified all will'

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = openpathsampling-cli
3-
version = 0.0.4.dev0
3+
version = 0.1.1.dev0
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
@@ -22,7 +22,7 @@ python_requires = >= 3.6
2222
install_requires =
2323
click
2424
tqdm
25-
openpathsampling
25+
openpathsampling >= 1.2
2626
packages = find:
2727

2828
[options.entry_points]

0 commit comments

Comments
 (0)