Skip to content

Commit

Permalink
Push version
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Nov 8, 2023
1 parent bcab024 commit 9177081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.8'
__version__ = '0.9'

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

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ filterwarnings =
[build_sphinx]
project = 'qupulse'
version = 0.8
release = 0.8
version = 0.9
release = 0.9
source-dir = ./doc/source
build-dir = ./doc/build
fresh-env = 1

0 comments on commit 9177081

Please sign in to comment.