Skip to content

Commit ad1186b

Browse files
committed
chore: set version to 0.0.3
1 parent 7f5feb0 commit ad1186b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openproficiency"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
description = "A simple library for managing proficiency topics and topic lists"
99
readme = "README.md"
1010
requires-python = ">=3.10"

setup.py

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

88
setup(
99
name="openproficiency",
10-
version="0.0.2",
10+
version="0.0.3",
1111
author="OpenProficiency Contributors",
1212
description="A library for managing proficiency topics and topic lists",
1313
long_description=long_description,

0 commit comments

Comments
 (0)