Skip to content

Commit

Permalink
New major release (2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Apr 23, 2024
1 parent 3cc95ac commit 1929e76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
# -- Project information -----------------------------------------------------

project = "NiaAML"
copyright = "2020-2023, Luka Pečnik"
author = "Luka Pečnik"
copyright = "2020-2024, Luka Pečnik et al."
author = "Luka Pečnik et al."

# The full version, including alpha/beta/rc tags
release = "1.2.0"
release = "2.0.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion niaaml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
]

__project__ = "niaaml"
__version__ = "1.2.0"
__version__ = "2.0.0"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "NiaAML"
version = "1.2.0"
version = "2.0.0"
description = "Python automated machine learning framework"
license = "MIT"
authors = ["Luka Pečnik <[email protected]>", "Iztok Fister Jr. <[email protected]>"]
authors = ["Luka Pečnik <[email protected]>", "Iztok Fister Jr. <[email protected]>", "Laurenz Farthofer <[email protected]>"]
keywords = ['classification', 'NiaPy', 'scikit-learn', 'nature-inspired algorithms', 'feature selection', 'preprocessing']
homepage = "https://github.com/firefly-cpp/NiaAML"
repository = "https://github.com/firefly-cpp/NiaAML"
documentation= "https://niaaml.readthedocs.io/en/latest/"
readme = "README.rst"
readme = "README.md"
include = [
{ path="LICENSE", format="sdist" },
{ path="CHANGELOG.md", format="sdist" },
Expand Down

0 comments on commit 1929e76

Please sign in to comment.