Skip to content

Commit 26da11a

Browse files
authored
Merge pull request #90 from DoubleML/m-prepare-release
Prepare release 0.2.0
2 parents 1c7b7c4 + 0fd0dfa commit 26da11a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ If you use the DoubleML package a citation is highly appreciated:
9393
Bach, P., Chernozhukov, V., Kurz, M. S., and Spindler, M. (2020),
9494
DoubleML - Double Machine Learning in Python.
9595
URL: [https://github.com/DoubleML/doubleml-for-py](https://github.com/DoubleML/doubleml-for-py),
96-
Python-Package version 0.1.0.
96+
Python-Package version 0.2.0.
9797

9898
Bibtex-entry:
9999

@@ -102,7 +102,7 @@ Bibtex-entry:
102102
title = {DoubleML - Double Machine Learning in Python},
103103
author = {Bach, P., Chernozhukov, V., Kurz, M. S., and Spindler, M.},
104104
year = {2020},
105-
note = {URL: \url{https://github.com/DoubleML/doubleml-for-py}, Python-Package version 0.1.0}
105+
note = {URL: \url{https://github.com/DoubleML/doubleml-for-py}, Python-Package version 0.2.0}
106106
}
107107
```
108108

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='DoubleML',
14-
version='0.2.dev0',
14+
version='0.3.dev0',
1515
author='Bach, P., Chernozhukov, V., Kurz, M. S., and Spindler, M.',
1616
maintainer='Malte S. Kurz',
1717
maintainer_email='malte.simon.kurz@uni-hamburg.de',

0 commit comments

Comments
 (0)