Skip to content

Commit

Permalink
Push version
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Apr 4, 2024
1 parent 87f39f5 commit 9fc2f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

# General information about the project.
project = 'qupulse'
copyright = '2015-2022, Quantum Technology Group, RWTH Aachen University'
copyright = '2015-2024, Quantum Technology Group, RWTH Aachen University'
author = 'Quantum Technology Group and Chair of Software Engineering, RWTH Aachen University'

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion qupulse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import lazy_loader as lazy

__version__ = '0.9'
__version__ = '0.10'

__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)

Expand Down

0 comments on commit 9fc2f1e

Please sign in to comment.