From acfa468160cacaf0fe08b94ec6652ecf26f9b653 Mon Sep 17 00:00:00 2001 From: JorMaister Date: Thu, 30 Nov 2023 11:59:38 +0100 Subject: [PATCH] Fix setup. Version bumped. --- CHANGES.txt | 2 ++ emantomo/__init__.py | 2 +- setup.py | 3 --- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 380f299..f6b9117 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,5 @@ +v3.2.2: + - Remove invalid classifier from the setup v3.2.1: - Fix schedule execution - Fix template diff --git a/emantomo/__init__.py b/emantomo/__init__.py index b32d210..b740ec9 100644 --- a/emantomo/__init__.py +++ b/emantomo/__init__.py @@ -22,7 +22,7 @@ # * e-mail address 'scipion@cnb.csic.es' # * # ************************************************************************** -__version__ = "3.2.1" +__version__ = "3.2.2" _logo = "eman2_logo.png" _references = ['GALAZMONTOYA2015279', 'BELL201625'] _url = "https://github.com/scipion-em/scipion-em-emantomo" diff --git a/setup.py b/setup.py index 1d2bdca..0127ee0 100644 --- a/setup.py +++ b/setup.py @@ -121,9 +121,6 @@ # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 3', - - # Specify Framework - 'Framework :: Scipion :: 3' ], # This field adds keywords for your project which will appear on the