Skip to content

Commit 8fd6324

Browse files
committed
Bumps version and changelog
1 parent edc539f commit 8fd6324

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.0rc3 /2025-01-17
4+
5+
## What's Changed
6+
* Adds nonce implementation @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/8
7+
38
## 1.0.0rc2 /2025-01-15
49

510
## What's Changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "async-substrate-interface"
3-
version = "1.0.0rc2"
3+
version = "1.0.0rc3"
44
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
55
readme = "README.md"
66
license = { file = "LICENSE" }

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="async-substrate-interface",
5-
version="1.0.0rc2",
5+
version="1.0.0rc3",
66
description="Asyncio library for interacting with substrate.",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)