Skip to content

Commit b5bb2f5

Browse files
committed
Bump version
1 parent 692a981 commit b5bb2f5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Luka Pečnik
3+
Copyright (c) 2020-2025 Luka Pečnik et al.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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-2024, Luka Pečnik et al."
24+
copyright = "2020-2025, Luka Pečnik et al."
2525
author = "Luka Pečnik et al."
2626

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

3030

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

niaaml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
]
3232

3333
__project__ = "niaaml"
34-
__version__ = "2.1.0"
34+
__version__ = "2.1.1"

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 = "2.1.0"
3+
version = "2.1.1"
44
description = "Python automated machine learning framework"
55
license = "MIT"
66
authors = ["Luka Pečnik <lukapecnik96@gmail.com>", "Iztok Fister Jr. <iztok@iztok-jr-fister.eu>", "Laurenz Farthofer <laurenz@hey.com>"]

0 commit comments

Comments
 (0)