Skip to content

Commit

Permalink
prep for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jankoslavic committed Nov 14, 2023
1 parent 86ea363 commit 040e6b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LDAQ/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
from .utils import *
from .core import Core
from .visualization import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "LDAQ"
version = "1.0.0"
version = "1.0.1"
authors = [{name = "Tilen Košir, Klemen Zaletelj, Janko Slavič", email = "janko.slavic@fs.uni-lj.si"}]
maintainers = [{name = "Tilen Košir, Klemen Zaletelj", email = "klemen.zaletelj@fs.uni-lj.si"}]
license = "MIT"
Expand Down

0 comments on commit 040e6b0

Please sign in to comment.