Skip to content

Commit 3531956

Browse files
committed
Release 0.2.0
1 parent 2d87e1b commit 3531956

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ipyopenlayers/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) QuantStack.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (0, 1, 0, 'dev')
7+
version_info = (0, 2, 0)
88
__version__ = ".".join(map(str, version_info))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipyopenlayers",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "OpenLayers Jupyter Widget",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"ipywidgets>=8.0.0",
3939
"traitlets",
4040
]
41-
version = "0.1.0"
41+
version = "0.2.0"
4242

4343
[project.optional-dependencies]
4444
docs = [
@@ -112,7 +112,7 @@ file = [
112112
]
113113

114114
[tool.tbump.version]
115-
current = "0.1.0.dev0"
115+
current = "0.2.0"
116116
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
117117

118118
[tool.tbump.git]

0 commit comments

Comments
 (0)