Skip to content

Commit cd258bd

Browse files
authored
Bump version: 0.8.0 (#32)
* Update version 0.8.0 contributors * Add `--force` flag to sphinx documentation generation command * Bump version: 0.8.0
1 parent 123e5be commit cd258bd

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CONTRIBUTING.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,14 @@ You can review the [individual CLA document as a PDF](https://www.apache.org/lic
8181
> email it to us at <[email protected]>.
8282
8383
## Contributors
84-
Ehud Karavani,
85-
Yishai Shimoni,
86-
Michael Danziger,
87-
Chirag Nagpal,
88-
Tal Kozlovski,
89-
Dennis Wei
84+
Ehud Karavani
85+
Yishai Shimoni
86+
Michael Danziger
87+
Lior Ness
88+
Itay Manes
89+
Yoav Kan-Tor
90+
Chirag Nagpal
91+
Tal Kozlovski
92+
Liran Szlak
93+
Onkar Bhardwaj
94+
Dennis Wei

causallib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.1"
1+
__version__ = "0.8.0"

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To generate the `source/causallib.*` files run:
22
```bash
3-
sphinx-apidoc -o source ../causallib --separate
3+
sphinx-apidoc -o source ../causallib --separate --force
44
```
55
(from within this directory)
66

0 commit comments

Comments
 (0)