Skip to content

Commit afbe9fb

Browse files
authored
Merge pull request #62 from UDST/release
[0.2.1] Release
2 parents a9e16f0 + 181fa88 commit afbe9fb

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChoiceModels change log
22

3+
### 0.2.1 (2019-01-30)
4+
5+
- fixes a distribution error that excluded the LICENSE.txt file
6+
37
### 0.2 (2019-01-25)
48

59
- production release

choicemodels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
from .mnl import MultinomialLogit, MultinomialLogitResults
55

6-
version = __version__ = '0.2'
6+
version = __version__ = '0.2.1'

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ChoiceModels
88

99
ChoiceModels is a Python library for discrete choice modeling, with utilities for sampling, simulation, and other ancillary tasks. It's part of the `Urban Data Science Toolkit <https://github.com/udst>`__ (UDST).
1010

11-
v0.2, released January 25, 2019
11+
v0.2.1, released January 30, 2019
1212

1313

1414
Contents

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
setup(
1212
name='choicemodels',
13-
version='0.2',
14-
description='Tools for discrete choice estimation',
13+
version='0.2.1',
14+
description='Tools for discrete choice modeling',
1515
long_description=long_description,
1616
author='UDST',
1717
url='https://github.com/udst/choicemodels',

0 commit comments

Comments
 (0)