Skip to content

Commit f3c7e74

Browse files
committed
update
1 parent 8a5a683 commit f3c7e74

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// @OWNER:registry=https://registry.npmjs.org

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "1.0.0",
3+
"name": "@alphasofthub/validity",
4+
"description": "The robust validation library for flask",
5+
"author": {
6+
"name": "Muhammad Umer Farooq",
7+
"email": "mumerfarooqlablnet01@gmail.com"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/alphasofthub/validity"
12+
},
13+
"publishConfig": {
14+
"registry": "https://npm.pkg.github.com/alphasofthub"
15+
}
16+
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='flask-validity',
88
packages=find_packages(include=['validity']),
9-
version='1.0.1',
9+
version='1.0.0',
1010
description='The robust validation library for flask',
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)