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 3ed2d28 commit b3bc2e8Copy full SHA for b3bc2e8
pyproject.toml
@@ -7,7 +7,7 @@ name = "topsy"
7
authors = [{name = "Andrew Pontzen", email = "[email protected]"}]
8
dynamic = ["version", "description"]
9
classifiers = [
10
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
11
"Intended Audience :: Science/Research",
12
"License :: OSI Approved :: BSD License",
13
"Operating System :: OS Independent",
src/topsy/__init__.py
@@ -2,7 +2,7 @@
2
3
from __future__ import annotations
4
5
-__version__ = "0.3.3"
+__version__ = "0.3.4"
6
import argparse
import logging
0 commit comments