We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7975d commit 6c90861Copy full SHA for 6c90861
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.1.dev0
+current_version = 0.7.1
3
commit = False
4
tag = False
5
allow_dirty = False
setup.py
@@ -12,7 +12,7 @@
12
package_data={"pydvl": ["py.typed"]},
13
packages=find_packages(where="src"),
14
include_package_data=True,
15
- version="0.7.1.dev0",
+ version="0.7.1",
16
description="The Python Data Valuation Library",
17
install_requires=[
18
line
src/pydvl/__init__.py
@@ -7,4 +7,4 @@
7
The two main modules you will want to look at are [value][pydvl.value] and
8
[influence][pydvl.influence].
9
"""
10
-__version__ = "0.7.1.dev0"
+__version__ = "0.7.1"
0 commit comments