Skip to content

Commit f466c1e

Browse files
committed
Release v0.2.1
1 parent 67324a1 commit f466c1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '0.2'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.2.0'
29+
release = '0.2.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def extract_gcc_binaries():
139139

140140
setup(
141141
name='cornac',
142-
version='0.2.0',
142+
version='0.2.1',
143143
author='Aghiles Salah',
144144
author_email='asalah@smu.edu.sg',
145145
description='A collection of recommendation algorithms and comparisons',
@@ -162,7 +162,7 @@ def extract_gcc_binaries():
162162
cmdclass=cmdclass,
163163
packages=find_packages(),
164164
classifiers=(
165-
'Development Status :: 4 - Beta',
165+
'Development Status :: 5 - Production/Stable',
166166
'Intended Audience :: Science/Research',
167167
'Intended Audience :: Education',
168168
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)