Skip to content

Commit 35e87d8

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent 675779c commit 35e87d8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.3.1
2+
current_version = 0.4.0
33
commit = True
44
tag = False
55

nshm_hazard_graphql_api/__init__.py

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

33
__author__ = """GNS Science New Zealand"""
44
__email__ = 'nshm@gns.cri.nz'
5-
__version__ = '0.3.1'
5+
__version__ = '0.4.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nshm-hazard-graphql-api",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A graphql API for NSHM hazard.",
55
"scripts": {
66
"sls_requirements_1": "serverless requirements clean",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nshm-hazard-graphql-api"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
homepage = "https://github.com/gns-science/nshm-hazard-graphql-api"
55
description = "A Grapql API for NZHSM Hazard.."
66
authors = [

0 commit comments

Comments
 (0)