Skip to content

Commit

Permalink
Update configs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabisonfire committed Mar 9, 2023
1 parent 536983e commit e7272d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deckster/common/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from jsonmerge import merge

global __version__
__version__ = "0.6"
__version__ = "0.6.2"

logger = logging.getLogger("deckster")

Expand Down Expand Up @@ -213,4 +213,4 @@ def empty_set(key_count, page):
ks = []
for k in range(key_count):
ks.append(fake_key(k, "empty", page))
return ks
return ks

0 comments on commit e7272d9

Please sign in to comment.