Skip to content

Commit

Permalink
Merge pull request #32 from kwilcox/0.0.4
Browse files Browse the repository at this point in the history
Bump to 0.0.4
  • Loading branch information
kwilcox committed Jan 10, 2018
2 parents 6bda358 + c0b47c7 commit bc5c782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ python:
- 3.6

env:
- NCO_VERSION=4.5.5
- NCO_VERSION=4.6.1
- NCO_VERSION=4.6.9
- NCO_VERSION=latest

before_install:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from setuptools import setup

version = '0.0.3'
version = '0.0.4'

setup(name='nco',
version=version,
Expand Down

0 comments on commit bc5c782

Please sign in to comment.