Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdicaprio committed Jul 24, 2023
1 parent 7ef2d14 commit 49bf1e6
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 = 0.1.0
current_version = 0.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "toshi-hazard-post"
version = "0.1.0"
version = "0.3.0"
homepage = "https://github.com/chrisbc/toshi-hazard-post"
description = "Hazard post-processing pipeline as serverless AWS infrastructure."
authors = ["GNS Science New Zealand <chrisbc@artisan.co.nz>"]
Expand Down
2 changes: 1 addition & 1 deletion toshi_hazard_post/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Chris B Chamberlain"""
__email__ = 'chrisbc@artisan.co.nz'
__version__ = '0.1.0'
__version__ = '0.3.0'

0 comments on commit 49bf1e6

Please sign in to comment.