Skip to content

Commit 0a8e3bc

Browse files
committedFeb 3, 2025·
Bump version to 0.2.6
1 parent 07fffb6 commit 0a8e3bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎abspy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = '0.2.5'
21+
__version__ = '0.2.6'
2222

2323
if __name__ == '__main__':
2424
# print version if run directly i.e. in a CI script

‎docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Zhaiyu Chen'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.2.5'
25+
release = '0.2.6'
2626

2727

2828
# -- General configuration ---------------------------------------------------

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
build-backend = "setuptools.build_meta"
77

88
[tool.bumpver]
9-
current_version = "0.2.5"
9+
current_version = "0.2.6"
1010
version_pattern = "MAJOR.MINOR.PATCH"
1111
commit_message = "Bump version to {new_version}"
1212
commit = true

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = abspy
3-
version = 0.2.5
3+
version = 0.2.6
44
author = Zhaiyu Chen
55
author_email = zhaiyu.chen@outlook.com
66
license='MIT'

0 commit comments

Comments
 (0)