Skip to content

Commit

Permalink
Matching version with PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewresearch committed Apr 12, 2018
1 parent 57756c1 commit 5d738fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ ENV/
# mypy
.mypy_cache/

.idea/
.idea/
scratch.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![https://img.shields.io/badge/license-Apache%202.0-blue.svg](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![PyPI version](https://badge.fury.io/py/tapclipy.svg)](https://badge.fury.io/py/tapclipy) [![https://img.shields.io/badge/license-Apache%202.0-blue.svg](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)

# TapCliPy
Python Client Library for [TAP](https://github.com/heta-io/tap)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='tapclipy',
version='0.1.1',
version='0.1.2',
packages=['tapclipy'],
url='https://github.com/infosci-qut/tapclipy',
license='Apache 2.0',
Expand Down

0 comments on commit 5d738fe

Please sign in to comment.