Skip to content

Commit

Permalink
[no ci] version: update version '1.2.4' -> '1.2.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
FelSiq committed May 2, 2023
1 parent 333aae2 commit 7632258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buscador/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
__version__ = importlib_metadata.version(__name__)

except importlib_metadata.PackageNotFoundError:
__version__ = "1.2.4"
__version__ = "1.2.6"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["flit_core >=3.2,<4"]

[project]
name = "buscador"
version = "1.2.4"
version = "1.2.6"
description = "Buscador de conjuntos de dados e modelos pré-treinados para o projeto Ulysses."
authors = [
{name="felsiq", email= "felipe.siqueira@usp.br"}
Expand Down

0 comments on commit 7632258

Please sign in to comment.