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 c9eeee2 commit a3d99b3Copy full SHA for a3d99b3
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "substreams"
7
-version = "0.0.1"
+version = "0.0.2"
8
authors = [
9
{ name="Ryan Sudhakaran", email="ryan.sudhakaran@messari.io" },
10
]
setup.py
@@ -5,7 +5,7 @@
setup(
name="substreams",
- version="0.0.1",
+ version="0.0.2",
packages=[".substreams"],
author="Ryan Sudhakaran",
11
author_email="ryan.sudhakaran@messari.io",
0 commit comments