Skip to content

Commit

Permalink
leveling up to 'Alpha' status
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeutschler committed Sep 23, 2024
1 parent b6cca08 commit 7d020ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cubedpandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from cubedpandas.schema.schema import Schema
from cubedpandas.settings import CachingStrategy

__version__ = "0.2.34"
__version__ = "0.2.35"
__author__ = "Thomas Zeutschler"
__copyright__ = "(C) 2024 Thomas Zeutschler"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ classifiers = [
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Mathematics",
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Environment :: Console",
Expand Down

0 comments on commit 7d020ea

Please sign in to comment.