diff --git a/planetmint/version.py b/planetmint/version.py index 1cbd364..8100550 100644 --- a/planetmint/version.py +++ b/planetmint/version.py @@ -3,8 +3,8 @@ # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 -__version__ = "2.0.0" -__short_version__ = "2.0" +__version__ = "2.1.0" +__short_version__ = "2.1" # Supported Tendermint versions __tm_supported_versions__ = ["0.34.15"] diff --git a/setup.py b/setup.py index a9fc93b..da186fb 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ install_requires = [ "planetmint-ipld>=0.0.3", "pyasn1>=0.4.8", "python-decouple", - "planetmint-transactions>=0.5.0", + "planetmint-transactions>=0.6.0", ] setup(