Skip to content

Commit

Permalink
Updated project author
Browse files Browse the repository at this point in the history
  • Loading branch information
WassimG committed Oct 1, 2024
1 parent 313c029 commit b76ee94
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spectrum_fundamentals/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
"""Spectrum Fundamentals."""

__author__ = "Wassim Gabriel"
__email__ = "wassim.gabriel@tum.de"
from datetime import datetime

__author__ = """The Oktoberfest development team (Wilhelmlab at Technical University of Munich)"""
__copyright__ = f"Copyright {datetime.now():%Y}, Wilhelmlab at Technical University of Munich"
__license__ = "MIT"
__version__ = "0.7.4"

import logging
Expand Down

0 comments on commit b76ee94

Please sign in to comment.