Skip to content

Commit

Permalink
release 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Mar 31, 2024
1 parent 5d58b58 commit 8029eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '3.3'
# The full version, including alpha/beta/rc tags.
release = '3.3.1'
release = '3.3.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 @@ -28,7 +28,7 @@ def install_requirements():


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

0 comments on commit 8029eeb

Please sign in to comment.