Skip to content

Commit 2a3a933

Browse files
authored
Merge pull request #78 from firefly-cpp/master
Bump version to 1.1.11
2 parents 50ee9e3 + 80e17a2 commit 2a3a933

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = "NiaAML"
24-
copyright = "2020, Luka Pečnik"
24+
copyright = "2020-2022, Luka Pečnik"
2525
author = "Luka Pečnik"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "1.1.10"
28+
release = "1.1.11"
2929

3030

3131
# -- General configuration ---------------------------------------------------

niaaml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
]
3030

3131
__project__ = "niaaml"
32-
__version__ = "1.1.10"
32+
__version__ = "1.1.11"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "NiaAML"
3-
version = "1.1.10"
3+
version = "1.1.11"
44
description = "Python automated machine learning framework"
55
license = "MIT"
66
authors = ["Luka Pečnik <lukapecnik96@gmail.com>", "Iztok Fister Jr. <iztok.fister1@um.si>"]

0 commit comments

Comments
 (0)