Skip to content

Commit 25126c4

Browse files
authored
Merge pull request #317 from xuhdev/no-dev
No ".dev" should appear in package.json version number. contrib: xuhdev ; reviewer: j5awry
2 parents f74c9ad + a5c502f commit 25126c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flask-restx",
3-
"version": "0.4.1.dev",
3+
"version": "0.4.1-dev",
44
"description": "Fully featured framework for fast, easy and documented API development with Flask",
55
"repository": "python-restx/flask-restx",
66
"keywords": [

0 commit comments

Comments
 (0)