Skip to content

Commit a3ae910

Browse files
committed
Bumps version and changelog
1 parent 5400f53 commit a3ae910

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## 1.0.0rc1 /2025-01-13
1+
# Changelog
2+
3+
## 1.0.0rc2 /2025-01-15
4+
5+
## What's Changed
6+
* Improve ScaleObj by @roman-opentensor in https://github.com/opentensor/async-substrate-interface/pull/2
7+
8+
## 1.0.0rc1 /2025-01-15
29

310
## What's Changed
411
* New Async Substrate Interface by @thewhaleking and @roman-opentensor in https://github.com/opentensor/async-substrate-interface/tree/main

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "async-substrate-interface"
3-
version = "1.0.0rc1"
3+
version = "1.0.0rc2"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="async-substrate-interface",
5-
version="1.0.0rc1",
5+
version="1.0.0rc2",
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)