Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.0.2 /2025-02-06

## What's Changed
* Remove pyi file temporarily by @roman-opentensor in https://github.com/opentensor/btwallet/pull/92

**Full Changelog**: https://github.com/opentensor/btwallet/compare/v3.0.1...v3.0.2

## 3.0.1 /2025-02-05

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bittensor_wallet"
version = "3.0.0"
version = "3.0.2"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion bittensor_wallet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
utils = utils
wallet = wallet

__version__ = "3.0.1"
__version__ = "3.0.2"
89 changes: 0 additions & 89 deletions bittensor_wallet/__init__.pyi

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bittensor-wallet"
version = "3.0.1"
version = "3.0.2"
description = ""
readme = "README.md"
license = {file = "LICENSE"}
Expand Down