Joshua Sundance Bailey commited on
Commit
20c266f
·
1 Parent(s): 64d7caf

bump version 0.0.1 -> 0.0.2

Browse files
bumpver.toml CHANGED
@@ -1,5 +1,5 @@
1
  [bumpver]
2
- current_version = "0.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.0.2"
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
@@ -4,7 +4,7 @@ import streamlit as st
4
 
5
  from utils import read_file, convert, output_format_dict
6
 
7
- __version__ = "0.0.1"
8
 
9
  # --- Initialization ---
10
  st.set_page_config(
 
4
 
5
  from utils import read_file, convert, output_format_dict
6
 
7
+ __version__ = "0.0.2"
8
 
9
  # --- Initialization ---
10
  st.set_page_config(
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.1
18
  imagePullPolicy: Always
19
  resources:
20
  requests:
 
14
  spec:
15
  containers:
16
  - name: geospatial-data-converter
17
+ image: joshuasundance/geospatial-data-converter:0.0.2
18
  imagePullPolicy: Always
19
  resources:
20
  requests: