Skip to content

Commit b807c87

Browse files
committed
Version bump to 0.0.5
1 parent 2e7e6d1 commit b807c87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "substreams"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
authors = [
99
{ name="Ryan Sudhakaran", email="ryan.sudhakaran@messari.io" },
10-
{ name="Michael Carroll", email="michaelcarroll1999@gmail.com" }
10+
{ name="Michael Carroll", email="michaelcarroll1999@gmail.com" },
1111
]
1212
description = "WIP Substreams Python Adapter"
1313
readme = "README.md"

setup.py

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

66
setup(
77
name="substreams",
8-
version="0.0.4",
8+
version="0.0.5",
99
packages=[".substreams"],
1010
author="Ryan Sudhakaran",
1111
author_email="ryan.sudhakaran@messari.io",

0 commit comments

Comments
 (0)