Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 9, 2023
1 parent 6a31722 commit 631f6aa
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
Expand Up @@ -2,6 +2,13 @@



## v1.1.3 (2023-08-09)

### 📝

* 📝 ([`6a31722`](https://github.com/mraniki/cefi/commit/6a317220ee28e6b41e4a80ff548949e675a4b914))


## v1.1.2 (2023-08-09)

### :memo:
Expand Down
2 changes: 1 addition & 1 deletion cefi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.2"
__version__ = "1.1.3"

from cefi.config import settings
from cefi.main import CexExchange
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cefi"
version = "1.1.2"
version = "1.1.3"
description = "A python library, to interact with CCXT crypto exchange"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 631f6aa

Please sign in to comment.