Skip to content

Commit

Permalink
Merge branch 'release/v0.0.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Feb 18, 2021
2 parents 5ac98c3 + 1ccc56c commit 062bb96
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.0.5
current_version = 0.0.8
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 @@ -8,7 +8,7 @@
package_dir={"": "src"},
packages=find_packages(where="src"),
include_package_data=True,
version='0.0.5',
version='0.0.8',
description='Library for sensible AI',
install_requires=[
line
Expand Down
2 changes: 1 addition & 1 deletion src/sensai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
TensorToTensorClassificationModel, TensorToScalarClassificationModel
from .vector_model import PredictorModel, VectorModel, VectorRegressionModel, VectorClassificationModel

__version__ = "0.0.5"
__version__ = "0.0.8"

# The following submodules are not imported by default to avoid necessarily requiring their dependencies:
# tensorflow
Expand Down

0 comments on commit 062bb96

Please sign in to comment.