Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
beucismis committed Mar 7, 2024
1 parent 621aaf6 commit eee0869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ozgursozluk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from ozgursozluk.configs import SECRET_KEY


__version__ = "0.8.0"
__version__ = "0.8.1"
__source_code__ = "https://github.com/beucismis/ozgursozluk"
__description__ = "a free and open source alternative ekşi sözlük front-end"
__description__ = "A free and open source alternative ekşi sözlük front-end"

app = Flask(__name__)
app.secret_key = SECRET_KEY
Expand Down

0 comments on commit eee0869

Please sign in to comment.