Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Aug 2, 2018
1 parent d7395a7 commit c8ed42c
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 @@ -70,7 +70,7 @@
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.0a0'
release = '1.1.0'

# 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 @@ -22,7 +22,7 @@ def readme():


setup(name='pyqentangle',
version="1.1.0a0",
version="1.1.0",
description="Quantum Entanglement for Python",
long_description="Schmidt decomposition for discrete and continuous bi-partite quantum systems",
classifiers=[
Expand Down

0 comments on commit c8ed42c

Please sign in to comment.