Skip to content

Commit

Permalink
Merge pull request opentensor#2254 from opentensor/chore/backmerge-ma…
Browse files Browse the repository at this point in the history
…ster-7.3.1

Backmerge master to staging (7.3.1)
  • Loading branch information
ibraheem-opentensor authored Aug 20, 2024
2 parents 6dbc1f1 + a1be730 commit b3c77c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Empty file modified .github/workflows/e2e-multiple-bittensor-tests.yml
100755 → 100644
Empty file.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 7.3.1 / 2024-08-19

## What's Changed
* https://github.com/opentensor/bittensor/pull/2156 by @camfairchild

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v7.3.0...v7.3.1

## 7.3.0 / 2024-07-12

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.0
7.3.1
2 changes: 1 addition & 1 deletion bittensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b3c77c2

Please sign in to comment.