diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 9aad050..b378f2a 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -4,7 +4,7 @@ description: | Helm chart for Kubernetes Deployment of the VegBank API Server (https://github.com/NCEAS/vegbank2) -sources: +sources: - https://github.com/NCEAS/vegbank2 icon: https://github.com/NCEAS/vegbank2/blob/main/assets/vegbank-logo.png @@ -22,10 +22,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "1.1.1" +version: "1.1.2" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.1.1" +appVersion: "2.1.2" diff --git a/pyproject.toml b/pyproject.toml index 47c6e1a..e02b715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vegbank" -version = "2.1.1" +version = "2.1.2" description = "VegBank database and data access service" authors = [ { name = "Robert Shelton", email = "shelton@nceas.ucsb.edu" }, diff --git a/uv.lock b/uv.lock index f3b03d1..35873f4 100644 --- a/uv.lock +++ b/uv.lock @@ -854,7 +854,7 @@ wheels = [ [[package]] name = "vegbank" -version = "2.1.1" +version = "2.1.2" source = { editable = "." } dependencies = [ { name = "adbc-driver-postgresql" },