Skip to content

Commit f6be5bb

Browse files
committed
Updating project to beta.
1 parent c97b0d7 commit f6be5bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers =
1919
Programming Language :: Python :: 3.9
2020
License :: OSI Approved :: MIT License
2121
Operating System :: OS Independent
22-
Development Status :: 3 - Alpha
22+
Development Status :: 4 - Beta
2323
Intended Audience :: Science/Research
2424
Topic :: Scientific/Engineering :: Mathematics
2525
Natural Language :: English

src/pynetgen/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__author__ = "Adam Rumpf"
2-
__version__ = "0.5.0"
2+
__version__ = "1.0.0"
33
_author_email = "arumpf@floridapoly.edu"
44
_copyright_year = "2022"

0 commit comments

Comments
 (0)