Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed May 9, 2022
1 parent a2c5344 commit 4359061
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion edtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.3'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down Expand Up @@ -60,7 +60,7 @@
package_dir={
'edtools': 'edtools'},
package_data={
'edtools': ['*.yaml',
'edtools': ['*.yaml',
'instrument/*.cif']},
install_requires=[
'matplotlib==3.*,>=3.2.1',
Expand Down

0 comments on commit 4359061

Please sign in to comment.