Skip to content

Commit

Permalink
chg: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jul 11, 2022
1 parent 59ffb22 commit c82f335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pandora/pandora.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def add_seed(self, task: Task, time: str, seed: Optional[str]=None) -> Tuple[str
if expire:
self.redis.setex(name=f'seed:{seed}', time=expire, value=task.uuid)
else:
# When seed is False (0, None)
self.redis.set(name=f'seed:{seed}', value=task.uuid)
return seed, expire

Expand Down
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 = "pandora"
version = "1.0.0"
version = "1.0.1"
description = "Pandora analysis framework."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit c82f335

Please sign in to comment.