From b4854b6dd933e95b4555ea95a17fa9e603908919 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Thu, 25 Jul 2024 13:17:22 -0700 Subject: [PATCH] Bumps version to 7.3.1 --- VERSION | 2 +- bittensor/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8b23b8d47c..34a8f745d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.3.0 \ No newline at end of file +7.3.1 \ No newline at end of file diff --git a/bittensor/__init__.py b/bittensor/__init__.py index c872fdf973..e2dc10ae8a 100644 --- a/bittensor/__init__.py +++ b/bittensor/__init__.py @@ -40,7 +40,7 @@ # Bittensor code and protocol version. -__version__ = "7.3.0" +__version__ = "7.3.1" _version_split = __version__.split(".") __version_info__ = tuple(int(part) for part in _version_split)