We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97b0d7 commit f6be5bbCopy full SHA for f6be5bb
setup.cfg
@@ -19,7 +19,7 @@ classifiers =
19
Programming Language :: Python :: 3.9
20
License :: OSI Approved :: MIT License
21
Operating System :: OS Independent
22
- Development Status :: 3 - Alpha
+ Development Status :: 4 - Beta
23
Intended Audience :: Science/Research
24
Topic :: Scientific/Engineering :: Mathematics
25
Natural Language :: English
src/pynetgen/_version.py
@@ -1,4 +1,4 @@
1
__author__ = "Adam Rumpf"
2
-__version__ = "0.5.0"
+__version__ = "1.0.0"
3
_author_email = "arumpf@floridapoly.edu"
4
_copyright_year = "2022"
0 commit comments