Skip to content

Commit 1f1ce67

Browse files
committed
Bump version: 1.5.0b1 → 1.5.0
1 parent 70f3e00 commit 1f1ce67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.0b1
2+
current_version = 1.5.0
33
commit = False
44
tag = False
55
allow_dirty = False

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def relaxed_requirements_from_file(path):
4949
url="https://github.com/opcode81/sensAI-utils",
5050
packages=find_namespace_packages(where="src"),
5151
include_package_data=True,
52-
version='1.5.0b1',
52+
version='1.5.0',
5353
description='Utilities from sensAI, the Python library for sensible AI',
5454
install_requires=relaxed_requirements_from_file("requirements.txt"),
5555
dependency_links=[],

src/sensai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0b1"
1+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)