Skip to content

Commit

Permalink
2.0.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Mar 9, 2024
1 parent 2b3d1b8 commit 480e8cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0.post1 2024-03-10
### Fix
* Incomplete description of dependencies

## 2.0.0 2024-03-09
### Update
* Example
Expand Down
2 changes: 1 addition & 1 deletion exchanges_wrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__contact__ = "https://github.com/DogsTailFarmer"
__email__ = "[email protected]"
__credits__ = ["https://github.com/DanyaSWorlD"]
__version__ = "2.0.0"
__version__ = "2.0.0.post1"

from pathlib import Path
import shutil
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies = [
"websockets~=12.0",
"expiringdict~=1.2.2",
"ujson~=5.9.0",
"betterproto==2.0.0b6",
"grpclib~=0.4.7"
]

Expand Down

0 comments on commit 480e8cf

Please sign in to comment.