Skip to content

Commit 8f49782

Browse files
authored
Merge pull request #38 from dwhswenson/bump-0.2.1.dev0
Bump 0.2.1.dev0
2 parents 40a503b + e0f46d4 commit 8f49782

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.autorelease/test-testpypi.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python -m pip install sqlalchemy dill pytest
2+
py.test --pyargs paths_cli

autorelease-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
INSTALL_AUTORELEASE="python -m pip install autorelease==0.2.3 nose"
1+
INSTALL_AUTORELEASE="python -m pip install autorelease==0.2.3 nose sqlalchemy dill"
22
PACKAGE_IMPORT_NAME=paths_cli

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = openpathsampling-cli
3-
version = 0.2.0.dev0
3+
version = 0.2.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

0 commit comments

Comments
 (0)