Skip to content

Commit 6e17351

Browse files
authored
Merge pull request #11 from openpathsampling/release-0.0.1
Release 0.0.1
2 parents 730fcbe + 292bb3c commit 6e17351

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: ~> 1.0
22

3+
os: linux
34
language: python
45

56
notifications:
@@ -16,10 +17,11 @@ env:
1617
global:
1718
- CANONICAL_PYTHON="3.8"
1819
- CODECLIMATE=""
20+
- PACKAGE_IMPORT_NAME="paths_cli"
1921
- TWINE_USERNAME="dwhswenson"
2022
# TWINE_PASSWORD
2123
# AUTORELEASE_TOKEN
22-
matrix:
24+
jobs:
2325
- CONDA_PY=3.8
2426
- CONDA_PY=3.6
2527
- CONDA_PY=3.7
@@ -46,4 +48,4 @@ after_success:
4648
- COVERALLS_PARALLEL=true coveralls
4749

4850
import:
49-
- dwhswenson/autorelease:autorelease-travis.yml@v0.1.2
51+
- dwhswenson/autorelease:autorelease-travis.yml@v0.2.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Build Status](https://travis-ci.com/openpathsampling/openpathsampling-cli.svg?branch=master)](https://travis-ci.com/openpathsampling/openpathsampling-cli)
2+
[![Documentation Status](https://readthedocs.org/projects/openpathsampling-cli/badge/?version=latest)](https://openpathsampling-cli.readthedocs.io/en/latest/?badge=latest)
23
[![Coverage Status](https://coveralls.io/repos/github/openpathsampling/openpathsampling-cli/badge.svg?branch=master)](https://coveralls.io/github/openpathsampling/openpathsampling-cli?branch=master)
34
[![Maintainability](https://api.codeclimate.com/v1/badges/0d1ee29e1a05cfcdc01a/maintainability)](https://codeclimate.com/github/openpathsampling/openpathsampling-cli/maintainability)
45

paths_cli/commands/append.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def append(input_file, append_file, engine, cv, volume, network, scheme,
5252
# 3. "untag" an object by not associating a tag in the new storage
5353

5454
output_storage.close()
55+
storage.close()
5556

5657

5758
CLI = append

paths_cli/tests/__init__.py

Whitespace-only changes.

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.0.1.dev0
3+
version = 0.0.1
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)