From 70ab665c3aae50ea130fe4463e47fa4f56700cc1 Mon Sep 17 00:00:00 2001 From: Sam Ireland Date: Tue, 8 Sep 2020 09:44:59 +0100 Subject: [PATCH] Start 1.0.6 --- atomium/__init__.py | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/atomium/__init__.py b/atomium/__init__.py index 6bd343ff..d71ea033 100644 --- a/atomium/__init__.py +++ b/atomium/__init__.py @@ -2,4 +2,4 @@ from .structures import Atom, Residue, Ligand, Chain, Model __author__ = "Sam Ireland" -__version__ = "1.0.5" +__version__ = "1.0.6" diff --git a/docs/source/conf.py b/docs/source/conf.py index bbe6b02c..d38397bc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '1.0' # The full version, including alpha/beta/rc tags -release = '1.0.5' +release = '1.0.6' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 5cf15156..3bf7ed2e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="atomium", - version="1.0.5", + version="1.0.6", description="A molecular modeller and file parser.", long_description=long_description, long_description_content_type="text/x-rst",