Skip to content

Commit

Permalink
Merge pull request #136 from jdebacker/book
Browse files Browse the repository at this point in the history
  • Loading branch information
hdoupe authored Jul 26, 2024
2 parents 7110f6f + 52b4a7f commit b4a1329
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- file: intro
- part: API
format: jb-book
root: intro
parts:
- caption: API
chapters:
- file: api/guide
- file: api/viewing-data
Expand All @@ -8,6 +10,6 @@
- file: api/custom-adjust
- file: api/custom-types
- file: api/reference
- part: Parameters
- caption: Parameters
chapters:
- file: parameters
- file: parameters
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="paramtools",
version=os.environ.get("VERSION", "0.0.0"),
version=os.environ.get("VERSION", "0.18.2"),
author="Hank Doupe",
author_email="[email protected]",
description=(
Expand Down

0 comments on commit b4a1329

Please sign in to comment.