Skip to content

Commit b80987e

Browse files
committed
Bump version: 0.6.0 → 0.7.0
1 parent ea83d47 commit b80987e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
0.7.0 (unreleased)
4+
0.7.0 (2025-01-30)
55
------------------
66

77
* Drop support for Python 3.8, add support for Python 3.13.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.6.0"
2+
current_version = "0.7.0"
33
commit = true
44
tag = true
55
tag_name = "{new_version}"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='andi',
6-
version='0.6.0',
6+
version='0.7.0',
77
description='Library for annotation-based dependency injection',
88
long_description=open('README.rst').read() + "\n\n" + open('CHANGES.rst').read(),
99
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)