Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Nov 15, 2023
2 parents 28ac351 + 7370de7 commit a8281c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0b1
current_version = 1.0.0b3
commit = False
tag = False
allow_dirty = False
Expand All @@ -16,7 +16,7 @@ values =
final

[bumpversion:part:build]
first_value=1
first_value = 1

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def relaxed_requirements_from_file(path):
url="https://github.com/jambit/sensAI",
packages=find_namespace_packages(where="src"),
include_package_data=True,
version='1.0.0b1',
version='1.0.0b3',
description='Library for sensible AI',
install_requires=relaxed_requirements_from_file("requirements.txt"),
dependency_links=["https://download.pytorch.org/whl/torch_stable.html"],
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 VectorModelBase, VectorModel, VectorRegressionModel, VectorClassificationModel

__version__ = "1.0.0b1"
__version__ = "1.0.0b3"

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

0 comments on commit a8281c6

Please sign in to comment.