Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalian committed Apr 3, 2022
1 parent 0a7149a commit 2db9c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quantum-random"
version = "1.1.0"
version = "1.1.1"
description = "Quantum random numbers"
authors = ["Seto Balian <[email protected]>"]
packages = [{ include = "qrandom" }]
Expand Down
2 changes: 1 addition & 1 deletion qrandom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import requests

__version__ = "1.1.0"
__version__ = "1.1.1"

__all__ = [
"betavariate",
Expand Down

0 comments on commit 2db9c07

Please sign in to comment.