Skip to content

Commit

Permalink
0.0.31
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 26, 2023
1 parent 089195f commit 5631924
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v0.0.31 (2023-04-26)
### Fix
* Added version in example ([`fc7659f`](https://github.com/mraniki/findmyorder/commit/fc7659f5119a3b3f2e8d7a0eacb815789d2fde57))
* Init ([`34d5c08`](https://github.com/mraniki/findmyorder/commit/34d5c083dbf15a71f57d008ae311e7dffa525196))

## v0.0.30 (2023-04-26)
### Fix
* Config ([`b596e6b`](https://github.com/mraniki/findmyorder/commit/b596e6b31f75e70e8f0f2f9f20047798dfa4e0b7))
Expand Down
2 changes: 1 addition & 1 deletion findmyorder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.30"
__version__ = "0.0.31"

from .main import findmyorder
# from .main import search
Expand Down
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 = "findmyorder"
version = "0.0.30"
version = "0.0.31"
description = "A python package to identify and parse order for trade execution."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 5631924

Please sign in to comment.