Skip to content

Commit b3bc2e8

Browse files
committed
Bump version number and development status to 0.3.4, beta
1 parent 3ed2d28 commit b3bc2e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "topsy"
77
authors = [{name = "Andrew Pontzen", email = "[email protected]"}]
88
dynamic = ["version", "description"]
99
classifiers = [
10-
"Development Status :: 3 - Alpha",
10+
"Development Status :: 4 - Beta",
1111
"Intended Audience :: Science/Research",
1212
"License :: OSI Approved :: BSD License",
1313
"Operating System :: OS Independent",

src/topsy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
__version__ = "0.3.3"
5+
__version__ = "0.3.4"
66

77
import argparse
88
import logging

0 commit comments

Comments
 (0)