Skip to content

Commit a4381b3

Browse files
committed
build: Fixed bump2version config.
1 parent 9674740 commit a4381b3

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.bumpversion.cfg

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
[bumpversion]
2-
current_version = 0.0.2
2+
current_version = 0.0.3
33
commit = True
44
tag = True
55

6-
[bumpversion.file:pyproject.toml]
6+
[bumpversion:file:pyproject.toml]
77
search = version = "{current_version}"
88
replace = version = "{new_version}"
99

10-
[bumpversion.file:setup.py]
10+
[bumpversion:file:setup.py]
1111
search = version='{current_version}'
1212
replace = 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]
1519
search = version = release = '{current_version}'
1620
replace = version = release = '{new_version}'

DEV_NOTES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

185185
In ``pyproject.toml``, add the following to the ``[tool.cibuildwheel]`` section:
186186

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ it's ready for use.
2121
Installation
2222
=============
2323

24+
The latest version of the library is 0.0.2.
25+
2426
::
2527

2628
python3 -m pip install questdb

0 commit comments

Comments
 (0)