Skip to content

Commit

Permalink
chore: bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 24, 2023
1 parent 55243b2 commit 64869d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.1.1 (2023-02-24)

## 0.1.0 (2023-02-24)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion peprock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from . import subclasses

__version__ = "0.1.0"
__version__ = "0.1.1"

__all__ = [
"subclasses",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bump_message = "chore: bump version to $new_version"
changelog_incremental = true
update_changelog_on_bump = true
version = "0.1.0"
version = "0.1.1"
version_files = [
"peprock/__init__.py",
"pyproject.toml",
Expand All @@ -23,7 +23,7 @@ warn_unreachable = true

[tool.poetry]
name = "peprock"
version = "0.1.0"
version = "0.1.1"
description = "Foundational Python library"
license = "MIT"
authors = [
Expand Down

0 comments on commit 64869d1

Please sign in to comment.