Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Feb 1, 2022
1 parent 5bda75e commit 4c19c07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
tag = True
tag_name = {new_version}
commit = True
Expand All @@ -13,3 +13,4 @@ serialize =
[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

2 changes: 1 addition & 1 deletion pathable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__author__ = 'Artur Maciag'
__email__ = '[email protected]'
__version__ = '0.2.0'
__version__ = '0.3.0'
__url__ = 'https://github.com/p1c2u/pathable'
__license__ = 'Apache License, Version 2.0'

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ output = "reports/coverage.xml"

[tool.poetry]
name = "pathable"
version = "0.1.3"
version = "0.3.0"
description = "Object-oriented paths"
authors = ["Artur Maciag <[email protected]>"]
license = "Apache License, Version 2.0"
Expand Down

0 comments on commit 4c19c07

Please sign in to comment.