diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index e4184ab..b0828f5 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: anvil - version: "0.1+{{ GIT_DESCRIBE_HASH }}" + version: "0.9+{{ GIT_DESCRIBE_HASH }}" source: git_url: ../ diff --git a/setup.py b/setup.py index e64223d..4adaae6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="anvil", - version="0.1", + version="0.9", description="Normalising flow model on the lattice", author="Michael Wilson", author_email="michael.wilson@ed.ac.uk",