Skip to content

Commit 8557b40

Browse files
authored
Update setup.py
1 parent de3506d commit 8557b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setuptools.setup(
5-
name="deep-profiler",
5+
name="deepprofiler",
66
version="0.1.0",
77
author="Juan Caicedo",
88
author_email="jcaicedo@gmail.com",
@@ -12,7 +12,7 @@
1212
url="https://github.com/jccaicedo/DeepProfiler",
1313
packages=["deepprofiler"],
1414
classifiers=[
15-
"Development Status :: 3 - Alpha",
15+
"Development Status :: 4 - Beta",
1616
"Topic :: Utilities",
1717
"License :: OSI Approved :: BSD License"
1818
],

0 commit comments

Comments
 (0)