diff --git a/CHANGES.rst b/CHANGES.rst index ed9dae4..3247292 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -0.5.0 (YYYY-MM-DD) +0.5.0 (2023-12-12) ------------------ * Add support for dependency metadata via ``typing.Annotated`` (requires diff --git a/setup.cfg b/setup.cfg index 1f27475..1ef1bbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.5.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 9cc611d..8f905c9 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='andi', - version='0.4.1', + version='0.5.0', description='Library for annotation-based dependency injection', long_description=open('README.rst').read() + "\n\n" + open('CHANGES.rst').read(), long_description_content_type='text/x-rst',