Skip to content

Commit fbbc966

Browse files
committed
Bump version: 0.5.2 → 0.5.3
1 parent 07cb8db commit fbbc966

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.5.2
2+
current_version = 0.5.3
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,4 +2,4 @@
22

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

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.5.2"
3+
version = "0.5.3"
44
description = "client for toshi API"
55
authors = ["Chris Chamberlain <chrisbc@artisan.co.nz>"]
66
readme="README.md"

0 commit comments

Comments
 (0)