Skip to content

Commit

Permalink
Bump version: 0.9.1.dev0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedk committed Apr 22, 2024
1 parent 898cdc1 commit f5bc6c9
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.1.dev0
current_version = 0.9.1
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.1.dev0",
version="0.9.1",
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.1.dev0"
__version__ = "0.9.1"

0 comments on commit f5bc6c9

Please sign in to comment.