From 9a05e6d69b040ec611d09a02794a0431437e968a Mon Sep 17 00:00:00 2001
From: ruess
Date: Wed, 12 Feb 2020 10:11:09 +0100
Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.10=20=E2=86=92=201.1.11-d?=
=?UTF-8?q?ev?=
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 da790282..e4390bf6 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.1.10
+current_version = 1.1.11-dev
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 078c35ff..1c7312c4 100644
--- a/aiida_kkr/__init__.py
+++ b/aiida_kkr/__init__.py
@@ -2,4 +2,4 @@
AiiDA KKR
"""
-__version__ = "1.1.10"
+__version__ = "1.1.11-dev"
diff --git a/pyproject.toml b/pyproject.toml
index 591e2f41..516b13af 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
[tool.poetry]
name = "aiida-kkr"
-version = "1.1.10"
+version = "1.1.11-dev"
description = "AiiDA plugin for the KKR code"
authors = ["Philipp Rüssmann ",
"Jens Bröder ",
diff --git a/setup.json b/setup.json
index 68c0d552..0640a803 100644
--- a/setup.json
+++ b/setup.json
@@ -20,7 +20,7 @@
"Natural Language :: English",
"Framework :: AiiDA"
],
- "version": "1.1.10",
+ "version": "1.1.11-dev",
"reentry_register": true,
"install_requires": [
"aiida-core >= 1.0.0b6,<2.0.0",