Skip to content

Commit

Permalink
[release] 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaT1g3R committed Apr 18, 2022
1 parent a4dc352 commit cb0eadd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.1
current_version = 2.1.0

[bumpversion:file:option/__init__.py]

Expand Down
2 changes: 1 addition & 1 deletion option/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
from .option_ import NONE, Option, Some, maybe
from .result import Err, Ok, Result

__version__ = '2.0.1'
__version__ = '2.1.0'
__all__ = ['NONE', 'Option', 'Some', 'maybe', 'Result', 'Ok', 'Err', '__version__']
2 changes: 1 addition & 1 deletion 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 = "option"
version = "2.0.1"
version = "2.1.0"
description = "Rust like Option and Result types in Python"
authors = ["Peijun Ma <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cb0eadd

Please sign in to comment.