From fc0aaecac362639d1f32137f377a1b25350dbc1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Wed, 2 Dec 2020 17:45:26 +0100 Subject: [PATCH] =?UTF-8?q?1.0.0rc3=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- laia/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/laia/__init__.py b/laia/__init__.py index efd993ff..dcc3528a 100644 --- a/laia/__init__.py +++ b/laia/__init__.py @@ -14,7 +14,7 @@ import laia.utils __all__ = ["__version__", "__root__", "get_installed_versions"] -__version__ = "1.0.0rc3" +__version__ = "1.0.0" __root__ = Path(__file__).parent.parent try: diff --git a/setup.py b/setup.py index 3f327aa1..41c0cb94 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def get_long_description(): setuptools.setup( name="laia", - version="1.0.0rc3", + version="1.0.0", author="Joan Puigcerver", author_email="joapuipe@gmail.com", maintainer="Carlos MocholĂ­",