Skip to content

Commit

Permalink
Bump version 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luizhenriquelongo committed Sep 9, 2022
1 parent ca10c68 commit 384cc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycountrycodes"
version = "0.2.0"
version = "0.3.0"
description = "Python package that replicates the ISO-3166, ISO-3166-2 and ISO-4217 (Currencies) standards."
authors = ["Luiz Henrique Longo <longo.luizh@gmail.com>"]
maintainers = ["Luiz Henrique Longo <longo.luizh@gmail.com>"]
Expand Down Expand Up @@ -35,7 +35,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.bumpver]
current_version = "0.2.0"
current_version = "0.3.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 384cc39

Please sign in to comment.