Skip to content

Commit

Permalink
bump: version 0.0.9 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ftrifoglio committed Mar 3, 2023
1 parent 36f8405 commit 690580c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.1.0 (2023-03-03)

### Feat

- add first release of package
2 changes: 1 addition & 1 deletion package/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package."""

__version__ = "0.0.9"
__version__ = "0.1.0"


def add(a: int, b: int) -> int:
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 = "package"
version = "0.0.9"
version = "0.1.0"
description = "Just a package."
license = "MIT"
authors = ["Federico Trifoglio <federico.trifoglio@assemblyglobal.com>"]
Expand Down Expand Up @@ -82,7 +82,7 @@ filterwarnings = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.0.9"
version = "0.1.0"
tag_format = "$version"
version_files = [
"package/__init__.py",
Expand Down

0 comments on commit 690580c

Please sign in to comment.