Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Signed-off-by: Sayad Uddin Tahsin <89304780+Sayad-Uddin-Tahsin@users.noreply.github.com>
  • Loading branch information
Sayad-Uddin-Tahsin authored Apr 11, 2023
1 parent 363bae3 commit a98b6fa
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 90 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='sra-pylib',
version='1.4.0',
version='1.4.1',
author='Sayad Uddin Tahsin',
author_email='mr.pluto012@gmail.com',
description='A Wrapper of some-random-api for Python',
Expand Down
2 changes: 1 addition & 1 deletion sra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from sra import exceptions
import datetime

__version__ = "1.4.0"
__version__ = "1.4.1"
__copyright__ = f"© Copyright 2023 {('- ' + str(datetime.datetime.today().year) + ' ') if int(datetime.datetime.today().year) != 2023 else ''}Sayad Uddin Tahsin."
__author__ = "Sayad Uddin Tahsin"
__author_email__ = "mr.pluto012@gmail.com"
Expand Down
Loading

0 comments on commit a98b6fa

Please sign in to comment.