File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.2
2+ current_version = 0.0.3
33commit = True
44tag = True
55
6- [bumpversion. file:pyproject.toml]
6+ [bumpversion: file:pyproject.toml]
77search = version = " {current_version}"
88replace = version = " {new_version}"
99
10- [bumpversion. file:setup.py]
10+ [bumpversion: file:setup.py]
1111search = version =' {current_version}'
1212replace = version =' {new_version}'
1313
14+ [bumpversion:file:README.rst]
15+ search = library is {current_version}.
16+ replace = library is {new_version}.
17+
1418[bumpversion:file:docs/conf.py]
1519search = version = release = ' {current_version}'
1620replace = version = release = ' {new_version}'
Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ We can set ``PYTHONMALLOC`` to disable python custom memory pools.
179179 python3 test/test.py -v
180180
181181
182- Debugging in side a ``cibuildwheel `` container
183- ==============================================
182+ Debugging inside a ``cibuildwheel `` container
183+ =============================================
184184
185185In ``pyproject.toml ``, add the following to the ``[tool.cibuildwheel] `` section:
186186
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ it's ready for use.
2121Installation
2222=============
2323
24+ The latest version of the library is 0.0.2.
25+
2426::
2527
2628 python3 -m pip install questdb
You can’t perform that action at this time.
0 commit comments