We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a046f commit 971ee2eCopy full SHA for 971ee2e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0
+current_version = 0.3.0
3
commit = True
4
tag = False
5
deel/influenciae/__init__.py
@@ -10,7 +10,7 @@
10
techniques
11
"""
12
13
-__version__ = '0.2.0'
+__version__ = '0.3.0'
14
15
from . import influence
16
from . import common
setup.py
setup(
name="Influenciae",
- version="0.2.0",
+ version="0.3.0",
description="A Tensorflow Toolbox for Influence Functions",
long_description=README,
long_description_content_type="text/markdown",
0 commit comments