From 3576631b2ce33f316301242ec27076e6c69893b3 Mon Sep 17 00:00:00 2001 From: John Chittum Date: Fri, 7 Feb 2020 08:32:11 -0600 Subject: [PATCH] 32 change npm package.json information --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1049a13a..1a325507 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "flask-restx", - "version": "0.10.1", + "version": "0.1.0", "description": "Fully featured framework for fast, easy and documented API development with Flask", "repository": "python-restx/flask-restx", "keywords": [ "swagger", "flask" ], - "author": "Axel Haustant", + "author": "python-restx authors", "license": "BSD-3-Clause", "dependencies": { "swagger-ui-dist": "^3.4.0",