From 4820843c99563d82d1ba1d3c8b8bb7bad8840e1b Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:21:23 -0500 Subject: [PATCH] no longer use -dev --- .cruft.json | 2 +- tests/test_xscen.py | 2 +- xscen/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index 860f916f..8b90579e 100644 --- a/.cruft.json +++ b/.cruft.json @@ -11,7 +11,7 @@ "project_slug": "xscen", "project_short_description": "A climate change scenario-building analysis framework, built with xclim/xarray.", "pypi_username": "RondeauG", - "version": "0.8.2-beta", + "version": "0.8.2", "use_pytest": "y", "use_black": "y", "use_conda": "y", diff --git a/tests/test_xscen.py b/tests/test_xscen.py index 1fe52f7f..56960d4f 100644 --- a/tests/test_xscen.py +++ b/tests/test_xscen.py @@ -28,4 +28,4 @@ def test_package_metadata(self): contents = f.read() assert """Gabriel Rondeau-Genesse""" in contents assert '__email__ = "rondeau-genesse.gabriel@ouranos.ca"' in contents - assert '__version__ = "0.8.2-beta"' in contents + assert '__version__ = "0.8.2"' in contents diff --git a/xscen/__init__.py b/xscen/__init__.py index 35316b6c..5483f7e8 100644 --- a/xscen/__init__.py +++ b/xscen/__init__.py @@ -53,7 +53,7 @@ __author__ = """Gabriel Rondeau-Genesse""" __email__ = "rondeau-genesse.gabriel@ouranos.ca" -__version__ = "0.8.2-beta" +__version__ = "0.8.2" def warning_on_one_line(