Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
breimanntools committed Jul 1, 2024
1 parent 9725c21 commit 9e5d66e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions docs/source/index/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Release notes
=============

Version 0.1 (Beta Version)
Version 1.0 (Alpha Version)
--------------------------

NOT RELEASED v0.1.6 (2024-07-XX)
v1.0.0 (2024-07-01)
--------------------------------

Added
Expand All @@ -28,6 +28,9 @@ Fixed
- **Multiprocessing**: Now supported directly at the script level, outside of any functions or classes,
in the top-level of the script (global namespace).

Version 0.1 (Beta Version)
--------------------------

v0.1.5 (2024-04-18)
-------------------

Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "aaanalysis"
version = "0.1.5"
version = "1.0.0"
description = "Python framework for interpretable protein prediction"
authors = ["Stephan Breimann <stephanbreimann@gmail.de>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -33,7 +33,9 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"License :: OSI Approved :: MIT License",
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
# 1 - Planning (The project is still in the planning phase)
# 2 - Pre-Alpha (Initial development, not yet functional)
# 3 - Alpha (Early development stage, not feature-complete, may be unstable, intended for early adopters and testers)
# 4 - Beta (feature complete, may need minor improvements
# 5 - Prodcution/Stable (softaware is stable & deployed)
Expand Down

0 comments on commit 9e5d66e

Please sign in to comment.