Skip to content

Commit f1e28f3

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent 77d8085 commit f1e28f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

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

nshm_model_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"""
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-model-graphql-api",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A graphql API for NSHM seismic models",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

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-model-graphql-api"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "A graphql API for nzshm-model library."
55
authors = [
66
{name = "Chris B Chamberlain",email = "chrisbc@artisan.co.nz"},

0 commit comments

Comments
 (0)