Skip to content

Commit

Permalink
Merge pull request #138 from corenting/feat/update-version
Browse files Browse the repository at this point in the history
feat: update version
  • Loading branch information
corenting authored Feb 19, 2024
2 parents 9bc73ee + f997bc7 commit 4512a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eddrit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from eddrit import config

__version__ = "0.7.0"
__version__ = "0.8.0"

logger.remove()
logger.add(sys.stderr, level=config.LOG_LEVEL)
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 = "eddrit"
version = "0.7.0"
version = "0.8.0"
description = "Alternative Reddit frontend"
authors = ["corenting <corenting@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 4512a51

Please sign in to comment.