We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae90db commit 667576eCopy full SHA for 667576e
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "substreams"
7
-version = "0.0.5"
+version = "0.0.6"
8
authors = [
9
{ name="Ryan Sudhakaran", email="ryan.sudhakaran@messari.io" },
10
{ name="Michael Carroll", email="michaelcarroll1999@gmail.com" },
setup.py
@@ -5,7 +5,7 @@
setup(
name="substreams",
- version="0.0.5",
+ version="0.0.6",
packages=[".substreams"],
author="Ryan Sudhakaran",
11
author_email="ryan.sudhakaran@messari.io",
0 commit comments