We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7e6d1 commit b807c87Copy full SHA for b807c87
pyproject.toml
@@ -4,10 +4,10 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "substreams"
7
-version = "0.0.4"
+version = "0.0.5"
8
authors = [
9
{ name="Ryan Sudhakaran", email="ryan.sudhakaran@messari.io" },
10
- { name="Michael Carroll", email="michaelcarroll1999@gmail.com" }
+ { name="Michael Carroll", email="michaelcarroll1999@gmail.com" },
11
]
12
description = "WIP Substreams Python Adapter"
13
readme = "README.md"
setup.py
@@ -5,7 +5,7 @@
setup(
name="substreams",
- version="0.0.4",
+ version="0.0.5",
packages=[".substreams"],
author="Ryan Sudhakaran",
author_email="ryan.sudhakaran@messari.io",
0 commit comments