Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewReid854 committed Jan 9, 2022
1 parent 515e71a commit 9006fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reliability/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from reliability import PoF
from reliability import Utils
from reliability import Convert_data
from datetime import date

__title__ = 'reliability'
__version__ = "0.8.0"
Expand All @@ -21,4 +22,4 @@
__author__ = 'Matthew Reid'
__author_email__ = 'alpha.reliability@gmail.com'
__license__ = 'LGPLv3'
__copyright__ = 'Copyright 2019-2021 Matthew Reid'
__copyright__ = "Copyright 2019-{}, Matthew Reid".format(date.today().year)

0 comments on commit 9006fec

Please sign in to comment.