Skip to content

Commit

Permalink
docs: update docs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Oct 16, 2024
1 parent dbf5a7b commit 138983b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# -- Project information -----------------------------------------------------

project = 'Dear PyGui'
copyright = '2021, Jonathan Hoffstadt and Preston Cothren'
copyright = '2024, Jonathan Hoffstadt and Preston Cothren'
author = 'Jonathan Hoffstadt and Preston Cothren'


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import shutil
import subprocess

wip_version = "2.0.0b2"
wip_version = "2.0.0"

def version_number():
"""This function reads the version number which is populated by github actions"""
Expand Down

0 comments on commit 138983b

Please sign in to comment.