We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0623ff0 commit 2d459b9Copy full SHA for 2d459b9
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "openproficiency"
7
-version = "0.1.0"
+version = "0.0.2"
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.1.0",
+ version="0.0.2",
11
author="OpenProficiency Contributors",
12
description="A library for managing proficiency topics and topic lists",
13
long_description=long_description,
0 commit comments