Skip to content

Commit 6956ae5

Browse files
committed
Changing to v1.0.2
1 parent 247165b commit 6956ae5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"name": "python-flask-seed",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A python with flask seed project.",
55
"author": "Roberto Achar <robertoachar@gmail.com>",
66
"homepage": "https://github.com/robertoachar/python-flask-seed#readme",
77
"keywords": [
8+
"flask",
9+
"mocha",
810
"python",
911
"python-3-5",
10-
"flask",
11-
"seed"
12+
"seed",
13+
"should",
14+
"supertest"
1215
],
1316
"scripts": {
1417
"start": "python -m python_flask_seed",

0 commit comments

Comments
 (0)