Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbc committed Jun 20, 2024
1 parent 4de7a64 commit fbeee82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.0
current_version = 0.2.1
commit = True
tag = False

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

__author__ = 'GNS Science'
__email__ = '[email protected]'
__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nzshm22-toshi-api",
"version": "0.2.0",
"version": "0.2.1",
"description": "A graphql API for NZSHM22 shared resources using AWS lambda, S3, Dynamodb and ElasticSearch",
"directories": {
"lib": "lib"
Expand Down
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-api"
version = "0.2.0"
version = "0.2.1"
description = "the object store used by NZSHM project"
authors = ["Chris Chamberlain <[email protected]>"]
license = "AGPL3"
Expand Down

0 comments on commit fbeee82

Please sign in to comment.