github-actions[bot]
commited on
Commit
•
25c9a14
1
Parent(s):
c99cdc5
bump version 1.0.1 -> 1.0.2
Browse files- geospatial-data-converter/app.py +1 -1
- kubernetes/resources.yaml +1 -1
- pyproject.toml +1 -1
geospatial-data-converter/app.py
CHANGED
@@ -8,7 +8,7 @@ from restgdf import FeatureLayer
|
|
8 |
|
9 |
from utils import read_file, convert, output_format_dict
|
10 |
|
11 |
-
__version__ = "1.0.
|
12 |
|
13 |
|
14 |
def st_init_null(*variable_names) -> None:
|
|
|
8 |
|
9 |
from utils import read_file, convert, output_format_dict
|
10 |
|
11 |
+
__version__ = "1.0.2"
|
12 |
|
13 |
|
14 |
def st_init_null(*variable_names) -> None:
|
kubernetes/resources.yaml
CHANGED
@@ -14,7 +14,7 @@ spec:
|
|
14 |
spec:
|
15 |
containers:
|
16 |
- name: geospatial-data-converter
|
17 |
-
image: joshuasundance/geospatial-data-converter:1.0.
|
18 |
imagePullPolicy: Always
|
19 |
resources:
|
20 |
requests:
|
|
|
14 |
spec:
|
15 |
containers:
|
16 |
- name: geospatial-data-converter
|
17 |
+
image: joshuasundance/geospatial-data-converter:1.0.2
|
18 |
imagePullPolicy: Always
|
19 |
resources:
|
20 |
requests:
|
pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ testpaths = ["tests"]
|
|
4 |
addopts = "--cov=geospatial-data-converter"
|
5 |
|
6 |
[tool.bumpver]
|
7 |
-
current_version = "1.0.
|
8 |
version_pattern = "MAJOR.MINOR.PATCH"
|
9 |
commit_message = "bump version {old_version} -> {new_version}"
|
10 |
tag_message = "{new_version}"
|
|
|
4 |
addopts = "--cov=geospatial-data-converter"
|
5 |
|
6 |
[tool.bumpver]
|
7 |
+
current_version = "1.0.2"
|
8 |
version_pattern = "MAJOR.MINOR.PATCH"
|
9 |
commit_message = "bump version {old_version} -> {new_version}"
|
10 |
tag_message = "{new_version}"
|