Skip to content

Commit f1c31ec

Browse files
committed
upgrade stuptools
1 parent a570c4e commit f1c31ec

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
***
44

5+
## V0.3.4
6+
7+
- Upgrade setuptools
8+
9+
***
10+
511
## V0.3.3
612

713
- Support Farsi language

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
required = [
3-
"setuptools>=54",
3+
"setuptools>=61",
44
"wheel"
55
]
66
build-backend = "setuptools.build_metas"

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='PyValidations',
5-
version='0.3.3',
5+
version='0.3.4',
66
author='Majid Ahmaditabar',
77
keywords='validation, data_validator , python_validator ,PyValidations',
88
author_email='mjd.ahd.tbr@gmail.com',

0 commit comments

Comments
 (0)