From 8557b40bbdf37473974795783a34bbd52f09883d Mon Sep 17 00:00:00 2001 From: Santiago Benoit Date: Fri, 10 Aug 2018 10:26:55 -0400 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 789bb31..842e28c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( - name="deep-profiler", + name="deepprofiler", version="0.1.0", author="Juan Caicedo", author_email="jcaicedo@gmail.com", @@ -12,7 +12,7 @@ url="https://github.com/jccaicedo/DeepProfiler", packages=["deepprofiler"], classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Topic :: Utilities", "License :: OSI Approved :: BSD License" ],