Skip to content

Commit

Permalink
Bump to first beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Feb 10, 2023
1 parent 539cb0b commit 4bcfa34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylibschc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
__copyright__ = "Copyright 2023 Freie Universität Berlin"
__license__ = "GPLv3"
__email__ = "[email protected]"
__version__ = "0.0.1a0"
__version__ = "0.0.1b0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def finalize_options(self):
packages=find_packages(exclude=["env", "*.tests", "*.tests.*", "tests.*", "tests"]),
package_data={PACKAGE: ["pylibschc/clibschc.pxd"]},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 4bcfa34

Please sign in to comment.