Skip to content

Commit

Permalink
Merge pull request #4 from cyber-francis/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…in--components--slack_notification

chore(main): release 0.1.1
  • Loading branch information
cyber-francis authored Jan 2, 2024
2 parents fb9b127 + fa34b0d commit 5a46724
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/cyber-francis/slack_notification/compare/v0.1.0...v0.1.1) (2024-01-02)


### Bug Fixes

* requirements.txt ([9ff623e](https://github.com/cyber-francis/slack_notification/commit/9ff623ef19d363efe355b644bace4f14d45f86d9))

## 0.1.0 (2024-01-02)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ files = ["requirements.txt"]

[project]
name = "slack_notification"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name="Francis Obiagwu", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/slack_notification/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Expose version
"""

__version__ = "0.1.0"
__version__ = "0.1.1"
VERSION = __version__.split(".")

0 comments on commit 5a46724

Please sign in to comment.