Skip to content

Commit abd2d10

Browse files
committed
Release v0.2.0
1 parent 14ec3a9 commit abd2d10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Cornac Contributors'
2525

2626
# The short X.Y version
27-
version = '0.1'
27+
version = '0.2'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.1.0.post5'
29+
release = '0.2.0'
3030

3131

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

setup.py

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

136136
setup(
137137
name='cornac',
138-
version='0.1.0.post5',
138+
version='0.2.0',
139139
author='Aghiles Salah',
140140
author_email='asalah@smu.edu.sg',
141141
description='A collection of recommendation algorithms and comparisons',
@@ -158,7 +158,7 @@ def extract_gcc_binaries():
158158
cmdclass=cmdclass,
159159
packages=find_packages(),
160160
classifiers=(
161-
'Development Status :: 3 - Alpha',
161+
'Development Status :: 4 - Beta',
162162
'Intended Audience :: Science/Research',
163163
'Intended Audience :: Education',
164164
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)