Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
update lisence and version no
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruvacube committed Sep 1, 2022
1 parent 11a92ce commit fd8b0eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Minato Namikaze
Copyright (c) 2022 Dhruvacube

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
author="Dhruva Shaw",
url="https://github.com/Dhruvacube/statspost.py",
project_urls={
"Documentation": "https://bluedocs.page/fluxpoint-api",
"Documentation": "https://statspost.dhruvashaw.me",
"Issue tracker": "https://github.com/Dhruvacube/statspost.py/issues",
},
version=version,
Expand Down
4 changes: 2 additions & 2 deletions statspost/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = "Dhruva Shaw"
__license__ = "MIT"
__copyright__ = "Copyright 2022-present Dhruvacube"
__version__ = "1.0.0a"
__version__ = "1.0.1"
__path__ = __import__("pkgutil").extend_path(__path__, __name__)

from typing import NamedTuple, Literal
Expand All @@ -24,7 +24,7 @@ class VersionInfo(NamedTuple):


version_info: VersionInfo = VersionInfo(
major=1, minor=0, micro=0, releaselevel="alpha", serial=0
major=1, minor=0, micro=1, releaselevel="final", serial=0
)

logging.getLogger(__name__).addHandler(logging.NullHandler())
Expand Down

0 comments on commit fd8b0eb

Please sign in to comment.