Skip to content

Commit

Permalink
Bumped version and added Python 3.10 in package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hadware committed Feb 12, 2022
1 parent 7a9c12c commit 32cd24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
#########

Version 0.5.5 (2022-02-12) (@hadware)
Version 0.5.6 (2022-02-12) (@hadware)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Added support for Python 3.10
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# package
packages=find_packages(),
install_requires=requirements,
version='0.5.5',
version='0.5.6',

# PyPI
name='pygamma-agreement',
Expand All @@ -59,6 +59,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
"Topic :: Text Processing :: Linguistic",
"Topic :: Multimedia :: Sound/Audio :: Speech"
Expand Down

0 comments on commit 32cd24b

Please sign in to comment.