Skip to content

Commit f75136b

Browse files
committed
Release version 2.6.1
1 parent 4c07e31 commit f75136b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "poetry.core.masonry.api"
1212
[project]
1313

1414
name = "transcrypto"
15-
version = "2.6.0" # also update src/transcrypto/__init__.py
15+
version = "2.6.1" # also update src/transcrypto/__init__.py
1616

1717
description = "Basic crypto primitives, not intended for actual use, but as a companion to --Criptografia, Métodos e Algoritmos--"
1818
license = "Apache-2.0"

src/transcrypto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"""Basic cryptography primitives implementation."""
44

55
__all__: list[str] = ['__author__', '__version__']
6-
__version__ = '2.6.0' # remember to also update pyproject.toml
6+
__version__ = '2.6.1' # remember to also update pyproject.toml
77
__author__ = 'Daniel Balparda <balparda@github.com>'

0 commit comments

Comments
 (0)