Joshua Sundance Bailey
commited on
Commit
·
5110320
1
Parent(s):
5104e6b
bump version 0.1.0 -> 0.1.1
Browse files- bumpver.toml +1 -1
- geospatial-data-converter/app.py +1 -1
- kubernetes/resources.yaml +1 -1
bumpver.toml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
[bumpver]
|
| 2 |
-
current_version = "0.1.
|
| 3 |
version_pattern = "MAJOR.MINOR.PATCH"
|
| 4 |
commit_message = "bump version {old_version} -> {new_version}"
|
| 5 |
tag_message = "{new_version}"
|
|
|
|
| 1 |
[bumpver]
|
| 2 |
+
current_version = "0.1.1"
|
| 3 |
version_pattern = "MAJOR.MINOR.PATCH"
|
| 4 |
commit_message = "bump version {old_version} -> {new_version}"
|
| 5 |
tag_message = "{new_version}"
|
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__ = "0.1.
|
| 12 |
|
| 13 |
|
| 14 |
def st_init_null(*variable_names) -> None:
|
|
|
|
| 8 |
|
| 9 |
from utils import read_file, convert, output_format_dict
|
| 10 |
|
| 11 |
+
__version__ = "0.1.1"
|
| 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:0.1.
|
| 18 |
imagePullPolicy: Always
|
| 19 |
resources:
|
| 20 |
requests:
|
|
|
|
| 14 |
spec:
|
| 15 |
containers:
|
| 16 |
- name: geospatial-data-converter
|
| 17 |
+
image: joshuasundance/geospatial-data-converter:0.1.1
|
| 18 |
imagePullPolicy: Always
|
| 19 |
resources:
|
| 20 |
requests:
|