Skip to content

Commit

Permalink
Merge pull request #43 from disoauth/Update-Version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
Arcader717 authored Nov 6, 2023
2 parents 0fc4f57 + 39a1301 commit fe94158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
copyright = '2023, Arcader717'
author = 'Arcader717'
version = '1.2'
release = '1.2.0b1'
release = '1.2.0'
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "Async-DisOAuth"
version = "1.2.0b1"
version = "1.2.0"
description = "Helps with discord oauth2"
readme = "README.md"
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion src/DisOAuth/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__title__ = "DisOAuth"
__description__ = "Discord OAuth is now easier"
__version__ = "1.2.0b1"
__version__ = "1.2.0"
__author__ = "Arcader717"

0 comments on commit fe94158

Please sign in to comment.