Skip to content

Commit

Permalink
ci: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Sep 11, 2024
1 parent 18e3e97 commit 0b802db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

setup(
name="metadata_updater",
version="dev",
version="0.0.dev0",
description="Edit Data Service metadata",
author="splanzer",
author_email="splanzer@linz.govt.nz",
author="Toitu Te Whenua Land Information New Zealand",
author_email="linzdataservice@linz.govt.nz",
url="https://github.com/linz/lds-metadata-updater",
packages=find_packages(),
package_data={
Expand Down

0 comments on commit 0b802db

Please sign in to comment.