From 021b798296803114d4738fa9395750722709fd38 Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Tue, 16 Apr 2024 20:52:08 +0200 Subject: [PATCH] Update version numbers (oops) (#327) I had forgotten to update version # when making the release, let's do things properly. --- ipi/utils/messages.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipi/utils/messages.py b/ipi/utils/messages.py index 35d122d70..e5a31fe49 100644 --- a/ipi/utils/messages.py +++ b/ipi/utils/messages.py @@ -107,7 +107,7 @@ def banner(): | ################################# | \__#_/ \____/ \____/ \_#__/ # _ _______ _____ # - # (_) |_ __ \|_ _| # -*- v 2.6.3 -*- + # (_) |_ __ \|_ _| # -*- v 3.0.0-alpha -*- # __ ______ | |__) | | | # Y [ ||______|| ___/ | | # A Universal Force Engine 0 0 | | _| |_ _| |_ # diff --git a/setup.cfg b/setup.cfg index ff9f9d8b3..4b4590dfc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ipi -version = 2.6.3 +version = 3.0.0-alpha2 description = A Python interface for ab initio path integral molecular dynamics simulations long_description = file: README.md long_description_content_type = text/x-rst