diff --git a/cornac/__init__.py b/cornac/__init__.py index d4ce65f2e..5e0970ff1 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = '1.2.0' \ No newline at end of file +__version__ = '1.2.1' \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index b6a881e04..b28f724f4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '1.2' # The full version, including alpha/beta/rc tags -release = '1.2.0' +release = '1.2.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 88411b0ff..dc205780e 100644 --- a/setup.py +++ b/setup.py @@ -171,7 +171,7 @@ def extract_gcc_binaries(): setup( name='cornac', - version='1.2.0', + version='1.2.1', description='A Comparative Framework for Multimodal Recommender Systems', long_description=long_description, long_description_content_type='text/markdown',