Skip to content

Commit

Permalink
New PyPI release (0.3.0).
Browse files Browse the repository at this point in the history
`choix` graduates to beta. Hooray!
  • Loading branch information
lucasmaystre committed Nov 14, 2017
1 parent 4ae8793 commit e4c6404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.3.0'

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

setup(
name='choix',
version='0.2.0',
version='0.3.0',
author='Lucas Maystre',
author_email='lucas@maystre.ch',
description="Inference algorithms for models based on Luce's choice axiom.",
long_description=readme(),
url='https://github.com/lucasmaystre/choix',
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit e4c6404

Please sign in to comment.