Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 7140bbe

Browse files
committed
bump version
1 parent b285281 commit 7140bbe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BittensorWallet - v0.0.4
1+
# BittensorWallet - v0.0.5
22

33
BittensorWallet is a library for managing wallet keypairs, keyfiles, etc. for the [Bittensor Python API](https://github.com/opentensor/bittensor).
44

@@ -7,7 +7,7 @@ The purpose of this repo is to separate the concern of keyfile management from t
77
# Installation
88
This package can be installed from [PyPi.org](https://pypi.org/project/bittensor-wallet/):
99
```bash
10-
pip install bittensor-wallet==0.0.4
10+
pip install bittensor-wallet==0.0.5
1111
```
1212
or via this repo (using [gh-cli](https://cli.github.com/)):
1313
```bash

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.0.5

bittensor_wallet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1818
# DEALINGS IN THE SOFTWARE.
1919

20-
__version__ = "0.0.4"
20+
__version__ = "0.0.5"
2121
__ss58_format__ = 42 # Bittensor ss58 format
2222

2323
import argparse

0 commit comments

Comments
 (0)