diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed33be5..8a87d6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,6 @@ jobs: strategy: matrix: python: - - "3.6" - - "3.7" - "3.8" - "3.9" - "3.10" diff --git a/setup.py b/setup.py index be401a6..ea40742 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="metadata_updater", - version="dev", + version="0.0.dev0", description="Edit Data Service metadata", author="splanzer", author_email="splanzer@linz.govt.nz",