Skip to content

Commit

Permalink
Merge pull request #234 from scipion-em/pconesa-patch-1
Browse files Browse the repository at this point in the history
declare requirements.txt
  • Loading branch information
JorMaister authored Nov 30, 2023
2 parents 17c90b1 + 674c5b5 commit b0cf651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
3.2.3: declare requirements.txt in manifest
3.2.2:
- Add requirements
3.2.1:
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include *.rst
include LICENSE

# Include the changelog
include CHANGES.txt
include *.txt

# Include conf file
include imod/protocols.conf
2 changes: 1 addition & 1 deletion imod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit b0cf651

Please sign in to comment.