Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
czechbol committed Nov 11, 2022
1 parent 7d415be commit 4a27a30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.3.0
hooks:
- id: check-yaml
- id: check-toml
Expand All @@ -9,11 +9,11 @@ repos:
- id: requirements-txt-fixer

- repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.10.0
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: "3.8.4"
rev: "3.9.2"
hooks:
- id: flake8
2 changes: 1 addition & 1 deletion mathcrypto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import cryptography # noqa: F401
from . import math # noqa: F401

__version__ = "0.3.0"
__version__ = "0.3.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mathcrypto
version = 0.3.0
version = 0.3.2

description = A library of useful funtions used in cryptography. For learning purposes only.
long_description = file: README.md
Expand Down

0 comments on commit 4a27a30

Please sign in to comment.