Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayad-Uddin-Tahsin authored Mar 8, 2023
1 parent ac20b03 commit d8d9554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
from sra import exceptions
import datetime

__version__ = "1.0.0"
__copyright__ = f"© Copyright 2023 {('- ' + str(datetime.datetime.today().year) + ' ') if int(datetime.datetime.today().year) != 2023 else ''}Sayad Uddin Tahsin."
__version__ = "1.3.1"
__copyright__ = f"© Copyright 2023 {('- ' + str(datetime.datetime.today().year) + ' ') if int(datetime.datetime.today().year) != 2023 else ''}Sayad Uddin Tahsin."

0 comments on commit d8d9554

Please sign in to comment.