Skip to content

Commit 835ca7b

Browse files
committed
Bump version: 1.3.0b1 → 1.3.0
1 parent 0fc15e9 commit 835ca7b

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.2.1
2+
current_version = 1.3.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.2.1',
52+
version='1.3.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.2.1"
1+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)