Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg committed May 8, 2019
1 parent 14ec3a9 commit abd2d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Cornac Contributors'

# The short X.Y version
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags
release = '0.1.0.post5'
release = '0.2.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def extract_gcc_binaries():

setup(
name='cornac',
version='0.1.0.post5',
version='0.2.0',
author='Aghiles Salah',
author_email='[email protected]',
description='A collection of recommendation algorithms and comparisons',
Expand All @@ -158,7 +158,7 @@ def extract_gcc_binaries():
cmdclass=cmdclass,
packages=find_packages(),
classifiers=(
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'Intended Audience :: Education',
'Intended Audience :: Developers',
Expand Down

0 comments on commit abd2d10

Please sign in to comment.