Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-haru committed Jun 7, 2021
1 parent 54b8642 commit 5a931d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.4.4 README.md revised.
0.4.3 README.md revised.
0.4.2 A line is added to README.md.
0.4.1 README.md is slightly changed.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
## Description
A Python package which contains 111 data sets from one of the most famous **econometrics** textbooks for undergraduates.

It is used in [Using Python for Introductory Econometrics](http://www.upfie.net), which is a sister book [Using R for Introductory Econometrics](http://www.urfie.net).
It is extensively used in [Pythonで学ぶ入門計量経済学](https://py4etrics.github.io) (Japanese). Its Google-translated version (in the language of your choice) is also available in [Learning Introductory Econometrics with Python](https://translate.google.com/translate?sl=auto&tl=en&u=https://py4etrics.github.io).

It is also extensively used in [Pythonで学ぶ入門計量経済学](https://py4etrics.github.io) (Japanese).
It is also used in [Using Python for Introductory Econometrics](http://www.upfie.net), which is a sister book [Using R for Introductory Econometrics](http://www.urfie.net).

## How to Use
First things first.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='wooldridge',
version='0.4.3',
version='0.4.4',
author='Tetsu Haruyama',
author_email='tetsu.yes@gmail.com',
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion wooldridge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
__all__ = ['data', 'dataWoo']

__author__ = 'Tetsu Haruyama'
__version__ = '0.4.3'
__version__ = '0.4.4'
__copyright__ = 'Copyright (c) 2021 Tetsu Haruyama'

0 comments on commit 5a931d1

Please sign in to comment.