Skip to content

Commit

Permalink
Update package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed May 1, 2024
1 parent 6f674a7 commit e5b4b0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ def read_file(file):

setup(
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
],
name="harmonic",
version="1.1.1",
version="1.2.1",
prefix=".",
url="https://github.com/astro-informatics/harmonic",
author="Jason D. McEwen, Christopher G. R. Wallis, Matthew A. Price, Matthew M. Docherty & Contributors",
author="Jason D. McEwen, Alicja Polanska, Christopher G. R. Wallis, Matthew A. Price, Matthew M. Docherty & Contributors",
author_email="[email protected]",
license="GNU General Public License v3 (GPLv3)",
install_requires=required,
Expand Down

0 comments on commit e5b4b0e

Please sign in to comment.