We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bddb4 commit 4639f47Copy full SHA for 4639f47
2 files changed
pyproject.toml
@@ -4,9 +4,10 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "substreams"
7
-version = "0.0.2"
+version = "0.0.3"
8
authors = [
9
{ name="Ryan Sudhakaran", email="ryan.sudhakaran@messari.io" },
10
+ { 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.2",
+ version="0.0.3",
packages=[".substreams"],
author="Ryan Sudhakaran",
author_email="ryan.sudhakaran@messari.io",
0 commit comments