Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update authors and version number for v2.0.0 #281

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The SPARKX Team
Author |  E-Mail  | Copyright ©
:----: | :----: | :---------: |
Niklas Götz | [✉️](mailto:[email protected]) | `2023 -` |
Renata Krupczak | [✉️](mailto:[email protected]) | `2024 -` |
Hendrik Roch | [✉️](mailto:[email protected]) | `2023 -` |
Nils Sass | [✉️](mailto:[email protected]) | `2023 -` |

4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

project = 'sparkx'
copyright = '2024, SPARKX Collaboration'
author = 'Hendrik Roch, Nils Sass, Niklas Götz'
release = '1.3.0'
author = 'Niklas Götz, Renata Krupczak, Hendrik Roch, Nils Sass'
release = '2.0.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ build-backend = "setuptools.build_meta"

[project]
name = "sparkx"
version = "1.3.0"
version = "2.0.0"
authors = [
{ name="Niklas Götz", email="[email protected]"},
{ name="Renata Krupczak", email="[email protected]"},
{ name="Hendrik Roch", email="[email protected]" },
{ name="Nils Sass", email="[email protected]" }
]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"fastjet==3.4.1.3",
"matplotlib>=3.7.1",
],
version='1.3.0',
version='2.0.0',
description='Software Package for Analyzing Relativistic Kinematics in Collision eXperiments',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author='Niklas Götz, Hendrik Roch, Nils Sass',
author='Niklas Götz, Renata Krupczak, Hendrik Roch, Nils Sass',
author_email="[email protected], [email protected], [email protected]",
url="https://smash-transport.github.io/sparkx/",
download_url="https://github.com/smash-transport/sparkx",
Expand Down
Loading