Skip to content

Commit 5c3db17

Browse files
authored
GithubStat 1.1
1 parent 94782e2 commit 5c3db17

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

GithubStat/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# MIT License
55
#
6-
# Copyright (c) 2021 Tahmid Rayat
6+
# Copyright (c) 2022 Tahmid Rayat
77
#
88
# Permission is hereby granted, free of charge, to any person obtaining a copy
99
# of this software and associated documentation files (the "Software"), to deal
@@ -23,7 +23,7 @@
2323
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2424
# SOFTWARE.
2525
#
26-
# Copyright (C) 2021 HTR-TECH (https://github.com/htr-tech)
26+
# Copyright (C) 2022 HTR-TECH (https://github.com/htr-tech)
2727
#
2828

2929
import os

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Tahmid Rayat
3+
Copyright (c) 2022 Tahmid Rayat
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ python setup.py install
3838
$ GithubStat <github-username>
3939
```
4040

41-
***Copyright (c) 2021 Tahmid Rayat Under [MIT LICENSE](https://github.com/htr-tech/GithubStat/blob/master/LICENSE#L1)***
41+
***Copyright (c) 2022 Tahmid Rayat Under [MIT LICENSE](https://github.com/htr-tech/GithubStat/blob/master/LICENSE#L1)***
4242

4343
### *📡 Get in Touch :*
4444
[![Github](https://img.shields.io/badge/Github-525252?style=for-the-badge&logo=github)](https://github.com/htr-tech)

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name = "GithubStat",
9-
version = "1.0",
9+
version = "1.1",
1010
license = "MIT",
1111
author = "HTR-TECH",
1212
author_email = "tahmidrayat@gmail.com",
@@ -26,6 +26,8 @@
2626
'Programming Language :: Python :: 3.7',
2727
'Programming Language :: Python :: 3.8',
2828
'Programming Language :: Python :: 3.9',
29+
'Programming Language :: Python :: 3.10',
30+
'Programming Language :: Python :: 3.11',
2931
],
3032
packages = find_packages(),
3133
zip_safe = True,

0 commit comments

Comments
 (0)