Skip to content

Commit

Permalink
fix: author email in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
felixocker committed Sep 11, 2022
1 parent 24a629c commit 209a2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontor/_about.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__name__ = "ontor"
__author__ = "Felix Ocker"
__author_email__ = "[email protected]",
__author_email__ = "[email protected]"
__version__ = "0.4.6"
__url__ = "https://github.com/felixocker/ontor"
__download_url__ = "https://github.com/felixocker/ontor/archive/refs/tags/v" + __version__ + ".tar.gz"
Expand Down

0 comments on commit 209a2f2

Please sign in to comment.