Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
nascin committed Dec 28, 2023
1 parent 01bd461 commit b318c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluxo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class AppSettings:
'''Configurações da aplicação Fluxo'''
VERSION = 'v0.14.0'
VERSION = 'v0.14.1'
PORT = 8080
ASSETS_DIR = 'fluxo_server/assets'

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fluxo"
version = "0.14.0"
version = "0.14.1"

authors = [
{ name="Mailson Náscin", email="[email protected]" },
Expand Down

0 comments on commit b318c70

Please sign in to comment.