File tree Expand file tree Collapse file tree 4 files changed +4
-19
lines changed
Expand file tree Collapse file tree 4 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.0.1 "
2+ current_version = " 0.0.2 "
33commit = true
44allow_dirty = false
55commit_args = " --no-verify"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- [UNDER CONSTRUCTION] Welcome to mach's documentation!
1+ mach
22==============================================================
33
4- This documentation is under construction.
4+ This documentation is under construction. For now, it mostly just includes the gallery of examples.
55
66.. toctree ::
77 :maxdepth: 2
88 :caption: Gallery:
99
1010 example_gallery/index
1111
12- .. toctree ::
13- :maxdepth: 2
14- :caption: Auto-generated docs:
15-
16- api
17-
18-
1912Indices and tables
2013==================
2114
Original file line number Diff line number Diff line change 1111 __version__ = version ("mach" )
1212except PackageNotFoundError :
1313 # Update via bump-my-version, not manually
14- __version__ = "0.0.1 "
14+ __version__ = "0.0.2 "
You can’t perform that action at this time.
0 commit comments