Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nour-Cheour10 committed Aug 28, 2024
1 parent 2d87e1b commit 3531956
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ipyopenlayers/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipyopenlayers",
"version": "0.1.0",
"version": "0.2.0",
"description": "OpenLayers Jupyter Widget",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"ipywidgets>=8.0.0",
"traitlets",
]
version = "0.1.0"
version = "0.2.0"

[project.optional-dependencies]
docs = [
Expand Down Expand Up @@ -112,7 +112,7 @@ file = [
]

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

[tool.tbump.git]
Expand Down

0 comments on commit 3531956

Please sign in to comment.