Skip to content

Commit

Permalink
Prepare the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekitdev committed Jun 21, 2024
1 parent f4927cc commit ef8118e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Or by directly specifying it in the configuration like so:

```toml
[tool.poetry.dependencies]
wraps = "^0.12.0"
wraps = "^0.13.0"
```

Alternatively, you can add it directly from the source:
Expand Down
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 = "wraps"
version = "0.12.0"
version = "0.13.0"
description = "Meaningful and safe wrapping types."
authors = ["nekitdev"]
license = "MIT"
Expand Down Expand Up @@ -120,7 +120,7 @@ exclude = ["scripts"]

[tool.changelogging.context]
name = "wraps"
version = "0.12.0"
version = "0.13.0"
url = "https://github.com/nekitdev/wraps"

[tool.changelogging.formats]
Expand Down
2 changes: 1 addition & 1 deletion wraps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__title__ = "wraps"
__author__ = "nekitdev"
__license__ = "MIT"
__version__ = "0.12.0"
__version__ = "0.13.0"

from wraps.early import (
EarlyOption,
Expand Down

0 comments on commit ef8118e

Please sign in to comment.