Skip to content

Commit

Permalink
chore: Update package version and meta-information
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay-Lysenko committed Aug 6, 2024
1 parent 0f865d8 commit 5c08814
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ build-backend = "setuptools.build_meta"

[project]
name = "dodecaphony"
version = "0.2.0"
version = "0.2.1"
description = "Algorithmic composition of modern classical music in the twelve-tone technique"
readme = "README.md"
keywords = ["ai_music", "algorithmic_composition", "dodecaphony", "schoenberg", "twelve_tone"]
keywords = [
"ai_music", "algorithmic_composition", "atonality", "dodecaphony", "serialism", "twelve_tone"
]
urls = {Homepage = "https://github.com/Nikolay-Lysenko/dodecaphony"}
authors = [{name = "Nikolay Lysenko", email = "nikolay-lysenco@yandex.ru"}]
classifiers = [
Expand All @@ -16,7 +18,7 @@ classifiers = [
"Topic :: Artistic Software",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3"
"Programming Language :: Python :: 3",
]
requires-python = ">=3.9"
dependencies = [
Expand Down

0 comments on commit 5c08814

Please sign in to comment.