From 4359061a6c422b2cca28eb9d1a0eccd19deb7de2 Mon Sep 17 00:00:00 2001 From: Stef Smeets Date: Mon, 9 May 2022 13:55:27 +0200 Subject: [PATCH] Bump version to 1.0.3 --- docs/conf.py | 2 +- edtools/__init__.py | 2 +- pyproject.toml | 2 +- setup.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3f459eb..f18b040 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,7 +74,7 @@ def setup(app): author = 'Stef Smeets' # The short X.Y version. -version = release = '1.0.1' +version = release = '1.0.3' # The language for content autogenerated by Sphinx. language = 'english' diff --git a/edtools/__init__.py b/edtools/__init__.py index cd7ca49..3f6fab6 100644 --- a/edtools/__init__.py +++ b/edtools/__init__.py @@ -1 +1 @@ -__version__ = '1.0.1' +__version__ = '1.0.3' diff --git a/pyproject.toml b/pyproject.toml index 54e18f7..cee5665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "edtools" -version = "1.0.1" +version = "1.0.3" description = "Collection of tools for automated processing and clustering of electron diffraction data." keywords = [ "electron-diffraction", diff --git a/setup.py b/setup.py index 8410111..5479ea5 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( long_description=readme, name='edtools', - version='1.0.1', + version='1.0.3', description='Collection of tools for automated processing and clustering of electron diffraction data.', python_requires='>=3.6.1', project_urls={ @@ -60,7 +60,7 @@ package_dir={ 'edtools': 'edtools'}, package_data={ - 'edtools': ['*.yaml', + 'edtools': ['*.yaml', 'instrument/*.cif']}, install_requires=[ 'matplotlib==3.*,>=3.2.1',