From 859aa32a7e14d1a5e1f1256618cd66031eb0e067 Mon Sep 17 00:00:00 2001 From: ruess Date: Thu, 14 Mar 2019 13:04:25 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.2-dev=20=E2=86=92=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- aiida_kkr/__init__.py | 2 +- pyproject.toml | 2 +- setup.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c4b74f0a..8f86590a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.2-dev +current_version = 1.1.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/aiida_kkr/__init__.py b/aiida_kkr/__init__.py index ca831666..2d1ba7e9 100644 --- a/aiida_kkr/__init__.py +++ b/aiida_kkr/__init__.py @@ -3,4 +3,4 @@ """ -__version__ = "1.1.2-dev" +__version__ = "1.1.2" diff --git a/pyproject.toml b/pyproject.toml index abb28fba..01231c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "aiida-kkr" -version = "1.1.2-dev" +version = "1.1.2" description = "AiiDA plugin for the KKR code" authors = ["Philipp Rüssmann "] license = "MIT" diff --git a/setup.json b/setup.json index 35cbf87c..725623f1 100644 --- a/setup.json +++ b/setup.json @@ -14,7 +14,7 @@ "Topic :: Scientific/Engineering :: Physics", "Natural Language :: English" ], - "version": "1.1.2-dev", + "version": "1.1.2", "reentry_register": true, "install_requires": [ "aiida-core == 1.0.0a4",