Skip to content

Commit b4a1329

Browse files
authored
Merge pull request #136 from jdebacker/book
2 parents 7110f6f + 52b4a7f commit b4a1329

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/_toc.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
- file: intro
2-
- part: API
1+
format: jb-book
2+
root: intro
3+
parts:
4+
- caption: API
35
chapters:
46
- file: api/guide
57
- file: api/viewing-data
@@ -8,6 +10,6 @@
810
- file: api/custom-adjust
911
- file: api/custom-types
1012
- file: api/reference
11-
- part: Parameters
13+
- caption: Parameters
1214
chapters:
13-
- file: parameters
15+
- file: parameters

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="paramtools",
9-
version=os.environ.get("VERSION", "0.0.0"),
9+
version=os.environ.get("VERSION", "0.18.2"),
1010
author="Hank Doupe",
1111
author_email="[email protected]",
1212
description=(

0 commit comments

Comments
 (0)