Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwel committed Mar 10, 2024
1 parent 3c0a7bb commit c1e767a
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/spousesupportgroup/postthis/compare/v0.1.0...v0.1.1) (2024-03-10)


### Bug Fixes

* remove unneeded package-name ([9e8e5b1](https://github.com/spousesupportgroup/postthis/commit/9e8e5b1b1e0623b884b9ea15d6997c5496e7c57f))

## [0.1.0](https://github.com/spousesupportgroup/postthis/compare/v0.0.17...v0.1.0) (2023-12-11)


Expand Down
2 changes: 1 addition & 1 deletion postthis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
__version_info__ = tuple(int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split("."))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postthis"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["Hendrik <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c1e767a

Please sign in to comment.