File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1212project = "parsnip"
1313copyright = f"2024-{ CURRENT_YEAR } The Regents of the University of Michigan"
1414author = "Jen Bradley"
15- release = "0.1.0 "
15+ release = "0.2.1 "
1616
1717# -- General configuration ---------------------------------------------------
1818# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 66# from . import parse, patterns, unitcells
77from .parsnip import CifFile
88
9- __version__ = "0.1.0 "
9+ __version__ = "0.2.1 "
Original file line number Diff line number Diff line change @@ -100,8 +100,14 @@ omit = [
100100 " parsnip/coverage.py" ,
101101]
102102
103- [tool .bumpversion ]
104- # Configuration for https://github.com/callowayproject/bump-my-version
103+ [tool .bumpversion ] # https://github.com/callowayproject/bump-my-version
105104tag = false
106105commit = false
107106message = " Bump version: {current_version} → {new_version}"
107+
108+ [[tool .bumpversion .files ]]
109+ filename =" pyproject.toml"
110+ [[tool .bumpversion .files ]]
111+ filename =" doc/source/conf.py"
112+ [[tool .bumpversion .files ]]
113+ filename =" parsnip/__init__.py"
You can’t perform that action at this time.
0 commit comments