Skip to content

Commit

Permalink
Start v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samirelanduk committed Sep 30, 2019
1 parent c97e981 commit ded92d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atomium/__init__.py
Expand Up @@ -2,4 +2,4 @@
from .structures import Atom, Residue, Ligand, Chain, Model

__author__ = "Sam Ireland"
__version__ = "1.0.1"
__version__ = "1.0.2"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '1.0'
# The full version, including alpha/beta/rc tags
release = '1.0.1'
release = '1.0.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name="atomium",
version="1.0.1",
version="1.0.2",
description="A molecular modeller and file parser.",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit ded92d4

Please sign in to comment.