Joshua Sundance Bailey
commited on
Commit
•
d3dfc2f
1
Parent(s):
8fe36b7
bump version 0.0.3 -> 0.1.0
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.0
|
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.0"
|
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 Rest
|
|
8 |
|
9 |
from utils import read_file, convert, output_format_dict
|
10 |
|
11 |
-
__version__ = "0.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__ = "0.1.0"
|
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.0
|
18 |
imagePullPolicy: Always
|
19 |
resources:
|
20 |
requests:
|
|
|
14 |
spec:
|
15 |
containers:
|
16 |
- name: geospatial-data-converter
|
17 |
+
image: joshuasundance/geospatial-data-converter:0.1.0
|
18 |
imagePullPolicy: Always
|
19 |
resources:
|
20 |
requests:
|