Skip to content

Commit b46543b

Browse files
committed
Release v0.3.0
1 parent 8ee2125 commit b46543b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
project = 'Cornac'
2323
copyright = '2018, Cornac Contributors'
24-
author = 'Cornac Contributors'
24+
author = 'Preferred.AI'
2525

2626
# The short X.Y version
27-
version = '0.2'
27+
version = '0.3'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.2.1'
29+
release = '0.3.0'
3030

3131

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def extract_gcc_binaries():
153153

154154
setup(
155155
name='cornac',
156-
version='0.2.1',
156+
version='0.3.0',
157157
author='Preferred.AI',
158158
description='A collection of recommendation algorithms and comparisons',
159159
long_description=long_description,

0 commit comments

Comments
 (0)