Skip to content

Commit ca9a5ce

Browse files
committed
Bump version: 0.6.0 → 0.6.1
1 parent 3393ae2 commit ca9a5ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.6.1
33
commit = True
44
tag = True
55

nshm_toshi_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Chris B Chamberlain"""
44
__email__ = 'chrisbc@artisan.co.nz'
5-
__version__ = '0.6.0'
5+
__version__ = '0.6.1'
66

77
from .config import API_KEY, API_URL, S3_URL
88
from .toshi_file import ToshiFile

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nshm-toshi-client"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "client for toshi API"
55
authors = ["Chris Chamberlain <chrisbc@artisan.co.nz>"]
66
readme="README.md"

0 commit comments

Comments
 (0)