Skip to content

Commit 8f21940

Browse files
authored
Merge pull request #32 from chrishavlin/initial_cleanup
cleanup pre-release
2 parents 173418d + 4ea2cd0 commit 8f21940

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = docs,
2020
benchmarks,
2121
*/api.py,
2222
*/__init__.py,
23-
*/__config__.py,
23+
*/__config__.py,
2424
ignore = E203,
2525
E266,
2626
E302,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author_email="chris.havlin@gmail.com",
1818
python_requires=">=3.8",
1919
classifiers=[
20-
"Development Status :: 2 - Pre-Alpha",
20+
"Development Status :: 4 - Beta",
2121
"Intended Audience :: Developers",
2222
"License :: OSI Approved :: MIT License",
2323
"Natural Language :: English",

0 commit comments

Comments
 (0)