Skip to content

Commit 0f0b528

Browse files
authored
Merge pull request #1160 from moonstream-to/fix-pypi-naming-7
Using build package for distribution
2 parents 0e2cc73 + 6d32abf commit 0f0b528

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

crawlers/mooncrawl/mooncrawl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Moonstream crawlers version.
33
"""
44

5-
MOONCRAWL_VERSION = "0.5.0"
5+
MOONCRAWL_VERSION = "0.5.1"

crawlers/mooncrawl/setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"bugout>=0.2.13",
3838
"chardet",
3939
"fastapi",
40-
"moonstreamdb>=0.4.5",
41-
"moonstreamdb-v3>=0.0.16",
42-
"moonstream-types>=0.0.6",
43-
"moonstream>=0.1.1",
40+
"moonstreamdb>=0.4.6",
41+
"moonstreamdb-v3>=0.1.3",
42+
"moonstream-types>=0.0.10",
43+
"moonstream>=0.1.2",
4444
"moonworm[moonstream]>=0.9.3",
4545
"humbug",
4646
"pydantic==1.9.2",
@@ -52,7 +52,7 @@
5252
],
5353
extras_require={
5454
"dev": ["black", "isort", "mypy", "types-requests", "types-python-dateutil"],
55-
"distribute": ["setuptools", "twine", "wheel"],
55+
"distribute": ["build", "twine"],
5656
},
5757
entry_points={
5858
"console_scripts": [

0 commit comments

Comments
 (0)