From f5bc6c9cf65c3ea11b49e7c5a9becc2d63e545a4 Mon Sep 17 00:00:00 2001 From: Kristof Schroeder Date: Mon, 22 Apr 2024 11:19:39 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.1.dev0=20=E2=86=92=200.9.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- src/pydvl/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index db49fd207..f27d47b90 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.1.dev0 +current_version = 0.9.1 commit = False tag = False allow_dirty = False diff --git a/setup.py b/setup.py index 6c3fe2533..805a93f22 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ package_data={"pydvl": ["py.typed"]}, packages=find_packages(where="src"), include_package_data=True, - version="0.9.1.dev0", + version="0.9.1", description="The Python Data Valuation Library", install_requires=[ line diff --git a/src/pydvl/__init__.py b/src/pydvl/__init__.py index cabed8f98..ba22fa08d 100644 --- a/src/pydvl/__init__.py +++ b/src/pydvl/__init__.py @@ -7,4 +7,4 @@ The two main modules you will want to look at are [value][pydvl.value] and [influence][pydvl.influence]. """ -__version__ = "0.9.1.dev0" +__version__ = "0.9.1"