Skip to content

Commit aa361ef

Browse files
committed
bump version to 1.3.1
1 parent 78661c5 commit aa361ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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.3.0'
12+
__version__ = '1.3.1'
1313
__title__ = 'instamatic'
1414
__long_title__ = f'{__title__} v{__version__}'
1515
__author__ = 'Stef Smeets'

pyproject.toml

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

112112

113113

114+
114115
[tool.dephell.main]
115116
from = {format = 'poetry', path = 'pyproject.toml'}
116117
to = {format = 'setuppy', path = 'setup.py'}

0 commit comments

Comments
 (0)