Skip to content

Commit

Permalink
bump version 0.1.0 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdjn committed Jan 27, 2025
1 parent 05720d1 commit 37cb5e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geoserver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .geoserver import GeoServer
from .geowebcache import GeoWebCache

__version__ = "0.1.0"
__version__ = "0.2.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "geoserver-py"
version = "0.1.0"
version = "0.2.0"
description = "Minimal python client to communicate with Geoserver."
authors = ["Arthur Dujardin <[email protected]>"]
maintainers = ["Arthur Dujardin <[email protected]>"]
Expand Down Expand Up @@ -88,7 +88,7 @@ exclude_lines = [
]

[tool.bumpversion]
current_version = "0.1.0"
current_version = "0.2.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
regex = false
Expand Down

0 comments on commit 37cb5e6

Please sign in to comment.