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.
2 parents b745db2 + c61290f commit 7ef3e61Copy full SHA for 7ef3e61
.github/workflows/ci.yml
@@ -16,8 +16,6 @@ jobs:
16
strategy:
17
matrix:
18
python:
19
- - "3.6"
20
- - "3.7"
21
- "3.8"
22
- "3.9"
23
- "3.10"
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="metadata_updater",
12
- version="dev",
+ version="0.0.dev0",
13
description="Edit Data Service metadata",
14
author="splanzer",
15
author_email="[email protected]",
0 commit comments