From 934ae32bd660b65fdfc85a341b814753bceb497d Mon Sep 17 00:00:00 2001 From: Dominic Parent Date: Fri, 11 Aug 2023 14:24:39 -0400 Subject: [PATCH] Updated project files for version 0.3.0. --- conda-recipe/meta.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index fc1ee0d..a2dd87d 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: tass - version: 0.1.0 + version: 0.3.0 source: path: ../ diff --git a/pyproject.toml b/pyproject.toml index 5a6fd29..4019ac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tass" -version = "0.1.0" +version = "0.3.0" authors = [ {name = "Dominic Parent", email="dominic.parent@statcan.gc.ca"}, {name = "Tyler Desjardins", email="josephgillestyler.desjardins@statcan.gc.ca"},