From 70113857856a5b222b4d9c2c3b5b4e1e52cd762c Mon Sep 17 00:00:00 2001 From: Edan Bainglass Date: Thu, 7 Sep 2023 08:59:50 +0000 Subject: [PATCH] Bump version --- aurora/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aurora/__init__.py b/aurora/__init__.py index 5b1f2755..3639481d 100644 --- a/aurora/__init__.py +++ b/aurora/__init__.py @@ -5,4 +5,4 @@ An AiiDAlab application for the Aurora BIG-MAP Stakeholder initiative. """ -__version__ = "0.7.0" +__version__ = "0.8.0" diff --git a/setup.cfg b/setup.cfg index 5926a048..67e5dec1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ title = Aurora [metadata] name = aurora -version = 0.7.0 +version = 0.8.0 author = Loris Ercole author_email = loris.ercole@gmail.com description = An AiiDAlab application for the Aurora BIG-MAP Stakeholder initiative.