Skip to content

Commit 5ce13b1

Browse files
committed
maint: update version no. and add classifiers
1 parent 5e3a953 commit 5ce13b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,18 @@ authors = [
3131
]
3232
classifiers = [
3333
"License :: OSI Approved :: MIT License",
34+
"Intended Audience :: Science/Research",
35+
"Intended Audience :: Developers",
36+
"Intended Audience :: Education",
3437
"Programming Language :: Python :: 3.7",
3538
"Programming Language :: Python :: 3.8",
3639
"Programming Language :: Python :: 3.9",
3740
"Programming Language :: Python :: 3.10",
3841
"Programming Language :: Python :: 3.11",
42+
"Development Status :: 5 - Production/Stable",
43+
"Operating System :: Microsoft :: Windows",
44+
"Operating System :: MacOS",
45+
"Operating System :: Unix",
3946
"Topic :: Scientific/Engineering :: Artificial Intelligence",
4047
"Topic :: Software Development :: Libraries",
4148
"Topic :: Education",

truelearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# Follows Semantic Versioning 2.0.0
88
# https://semver.org/
99
# Append '-dev' to a version for development versions
10-
__version__ = "0.0.13"
10+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)