Skip to content

Commit

Permalink
bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Nov 2, 2023
1 parent b4cb60f commit 56b41d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "0.1.39"
current_version = "0.1.40"
version_pattern = "MAJOR.MINOR.PATCH"

[bumpver.file_patterns]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="moralis",
version="0.1.39",
version="0.1.40",
description="The official Moralis Python SDK",
keywords=["Moralis", "Moralis SDK", "Moralis Python SDK", "Web3", "Crypto", "Ethereum", "Avalanche",
"Blockchain", "Contracts", "Eth", "Evm", "Fantom", "Nft", "Dapps", "Binance", "Solana"],
Expand Down
2 changes: 1 addition & 1 deletion src/moralis/auth/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.39"
__version__ = "0.1.40"
2 changes: 1 addition & 1 deletion src/moralis/evm_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.39"
__version__ = "0.1.40"
2 changes: 1 addition & 1 deletion src/moralis/sol_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.39"
__version__ = "0.1.40"
2 changes: 1 addition & 1 deletion src/moralis/streams/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.39"
__version__ = "0.1.40"

0 comments on commit 56b41d0

Please sign in to comment.