Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit beb1fda

Browse files
committed
Add Version 1.2.1
1 parent daa1e5c commit beb1fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install -e ./
24-
pip install flake8 wheel
24+
pip install flake8 wheel setuptools
2525
2626
- name: Lint with flake8
2727
run: |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="lu77U-SHA256",
5-
version="1.2.0",
5+
version="1.2.1",
66
author="Sam MG Harish (lu77_u)",
77
author_email="sammgharish@gmail.com",
88
url = "https://github.com/sam-mg/Python-SHA-256-Implementation",

0 commit comments

Comments
 (0)