Skip to content

Commit a3d99b3

Browse files
committed
Bump to version 0.0.2
1 parent c9eeee2 commit a3d99b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "substreams"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = [
99
{ name="Ryan Sudhakaran", email="ryan.sudhakaran@messari.io" },
1010
]

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.1",
8+
version="0.0.2",
99
packages=[".substreams"],
1010
author="Ryan Sudhakaran",
1111
author_email="ryan.sudhakaran@messari.io",

0 commit comments

Comments
 (0)