Skip to content

Commit

Permalink
Bump version: 0.1.0-beta → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Agustin-Picard committed Feb 22, 2023
1 parent 96c279e commit e8325c9
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.1.0-beta
current_version = 0.2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<prerelease>\d+))?
serialize =
{major}.{minor}.{patch}-{prerelease}
Expand Down
2 changes: 1 addition & 1 deletion deel/influenciae/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
techniques
"""

__version__ = '0.1.0'
__version__ = '0.2.0'

from . import influence
from . import common
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="Influenciae",
version="0.1.0",
version="0.2.0",
description="A Tensorflow Toolbox for Influence Functions",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e8325c9

Please sign in to comment.