Skip to content

Commit

Permalink
Merge pull request #35 from multiversx/bump-version-0.9.0b0
Browse files Browse the repository at this point in the history
Bump version for beta release
  • Loading branch information
popenta authored May 13, 2024
2 parents ea8811e + f50eac8 commit 0a5107e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = 'multiversx-sdk'
copyright = '2024, MultiversX'
author = 'MultiversX'
release = '0.9.0'
release = '0.9.0b0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
16 changes: 16 additions & 0 deletions docs/multiversx_sdk.network_providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,22 @@ multiversx\_sdk.network\_providers.tokens module
:undoc-members:
:show-inheritance:

multiversx\_sdk.network\_providers.transaction\_awaiter module
--------------------------------------------------------------

.. automodule:: multiversx_sdk.network_providers.transaction_awaiter
:members:
:undoc-members:
:show-inheritance:

multiversx\_sdk.network\_providers.transaction\_decoder module
--------------------------------------------------------------

.. automodule:: multiversx_sdk.network_providers.transaction_decoder
:members:
:undoc-members:
:show-inheritance:

multiversx\_sdk.network\_providers.transaction\_events module
-------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allow-direct-references = true

[project]
name = "multiversx-sdk"
version = "0.9.0"
version = "0.9.0b0"
authors = [
{ name="MultiversX" },
]
Expand Down

0 comments on commit 0a5107e

Please sign in to comment.