Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdicaprio committed Nov 10, 2023
1 parent 52dd7d9 commit a4796db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion nshm_toshi_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Chris B Chamberlain"""
__email__ = '[email protected]'
__version__ = '1.0.0'
__version__ = '1.0.1'

from .config import API_KEY, API_URL, S3_URL
from .toshi_file import ToshiFile
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nshm-toshi-client"
version = "1.0.0"
version = "1.0.1"
description = "client for toshi API"
authors = ["Chris Chamberlain <[email protected]>"]
readme="README.md"
Expand Down

0 comments on commit a4796db

Please sign in to comment.