Skip to content

Commit

Permalink
config: update version '1.2.0' -> '1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
FelSiq committed Oct 26, 2022
1 parent ce9729e commit 21d2a54
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.0"
__version__ = "1.2.1"
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.0"
version = "1.2.1"
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 21d2a54

Please sign in to comment.