diff --git a/CHANGES.txt b/CHANGES.txt index 2d5c5227..0de1b9a0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,4 @@ +3.2.3: declare requirements.txt in manifest 3.2.2: - Add requirements 3.2.1: diff --git a/MANIFEST.in b/MANIFEST.in index 1563a69c..c3d3b670 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,7 @@ include *.rst include LICENSE # Include the changelog -include CHANGES.txt +include *.txt # Include conf file include imod/protocols.conf diff --git a/imod/__init__.py b/imod/__init__.py index cabd4283..a3a71f6e 100644 --- a/imod/__init__.py +++ b/imod/__init__.py @@ -35,7 +35,7 @@ from .constants import IMOD_HOME, ETOMO_CMD, DEFAULT_VERSION, VERSIONS, IMOD_VIEWER_BINNING -__version__ = '3.2.2' +__version__ = '3.2.3' _logo = "icon.png" _references = ['Kremer1996', 'Mastronarde2017']