Skip to content

Commit

Permalink
version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ieaves committed Oct 14, 2024
1 parent 66a3da5 commit 65d38bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grai-server/app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "the_guide"
version = "0.1.74"
version = "0.1.75"
description = ""
authors = ["Grai <dev@grai.io>"]
license = "Elastic-2.0"
Expand Down
2 changes: 1 addition & 1 deletion grai-server/app/the_guide/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Django starts so that shared_task will use this app.
from .celery import app as celery_app

__version__ = "0.1.72"
__version__ = "0.1.75"

__all__ = ("celery_app", "__version__")

0 comments on commit 65d38bb

Please sign in to comment.