Skip to content

Commit 85293fb

Browse files
committed
Bump version
1 parent befd795 commit 85293fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ doi: "10.5281/zenodo.4072976"
1717
license: "GPL-3.0"
1818
message: "If you use this software, please cite it using these metadata."
1919
title: Instamatic
20-
version: "1.6.0"
20+
version: "1.6.1"
2121
...

instamatic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
1010
"""
1111

12-
__version__ = '1.6.0'
12+
__version__ = '1.6.1'
1313
__title__ = 'instamatic'
1414
__long_title__ = f'{__title__} v{__version__}'
1515
__author__ = 'Stef Smeets'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'instamatic'
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = 'Python program for automated electron diffraction data collection'
55
license = 'GPL-3.0-only'
66
classifiers = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
setup(
2222
long_description=readme,
2323
name='instamatic',
24-
version='1.6.0',
24+
version='1.6.1',
2525
description='Python program for automated electron diffraction data collection',
2626
python_requires='>=3.6.1',
2727
project_urls={

0 commit comments

Comments
 (0)