Skip to content

Commit

Permalink
Bump version: 0.9.2.dev0 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedk committed May 7, 2024
1 parent 76aa356 commit 36ffd53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.2.dev0
current_version = 0.9.2
commit = False
tag = False
allow_dirty = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
package_data={"pydvl": ["py.typed"]},
packages=find_packages(where="src"),
include_package_data=True,
version="0.9.2.dev0",
version="0.9.2",
description="The Python Data Valuation Library",
install_requires=[
line
Expand Down
2 changes: 1 addition & 1 deletion src/pydvl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.dev0"
__version__ = "0.9.2"

0 comments on commit 36ffd53

Please sign in to comment.