diff --git a/ipyopenlayers/_version.py b/ipyopenlayers/_version.py index 9e50d7d..fd91cac 100644 --- a/ipyopenlayers/_version.py +++ b/ipyopenlayers/_version.py @@ -4,5 +4,5 @@ # Copyright (c) QuantStack. # Distributed under the terms of the Modified BSD License. -version_info = (0, 1, 0, 'dev') +version_info = (0, 2, 0) __version__ = ".".join(map(str, version_info)) diff --git a/package.json b/package.json index cb06d36..e6784d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipyopenlayers", - "version": "0.1.0", + "version": "0.2.0", "description": "OpenLayers Jupyter Widget", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index 0a58d87..80eb5dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "ipywidgets>=8.0.0", "traitlets", ] -version = "0.1.0" +version = "0.2.0" [project.optional-dependencies] docs = [ @@ -112,7 +112,7 @@ file = [ ] [tool.tbump.version] -current = "0.1.0.dev0" +current = "0.2.0" regex = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)((?Pa|b|rc|.dev)(?P\\d+))?" [tool.tbump.git]