We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5feb0 commit ad1186bCopy full SHA for ad1186b
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "openproficiency"
7
-version = "0.0.2"
+version = "0.0.3"
8
description = "A simple library for managing proficiency topics and topic lists"
9
readme = "README.md"
10
requires-python = ">=3.10"
setup.py
@@ -7,7 +7,7 @@
setup(
name="openproficiency",
- version="0.0.2",
+ version="0.0.3",
11
author="OpenProficiency Contributors",
12
description="A library for managing proficiency topics and topic lists",
13
long_description=long_description,
0 commit comments