Skip to content

Commit

Permalink
Merge pull request #75 from stephenhky/develop
Browse files Browse the repository at this point in the history
Updated .readthedocs.yaml
  • Loading branch information
stephenhky authored Jul 26, 2024
2 parents 61f6608 + 36bd2c0 commit 66111ce
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 @@ -15,7 +15,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"

# Optionally build your docs in additional formats such as PDF and ePub
formats: all
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# The short X.Y version.
version = '4.0'
# The full version, including alpha/beta/rc tags.
release = '4.0.1'
release = '4.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def install_requirements():


setup(name='pyqentangle',
version="4.0.1",
version="4.0.2",
description="Quantum Entanglement in Python",
long_description=package_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 66111ce

Please sign in to comment.