Skip to content

Commit

Permalink
Release 0.3.4.
Browse files Browse the repository at this point in the history
This release fixes some links in the README files and a small bug in the
ChoiceRank tutorial notebook.
  • Loading branch information
lucasmaystre committed Jan 11, 2022
1 parent 61f2502 commit d3dc7f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
python: '3.5'
python: '3.6'
install:
- pip install numpy
- pip install scipy
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '0.3.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def readme():

setup(
name='choix',
version='0.3.3',
version='0.3.4',
author='Lucas Maystre',
author_email='lucas@maystre.ch',
description="Inference algorithms for models based on Luce's choice axiom.",
Expand Down

0 comments on commit d3dc7f9

Please sign in to comment.