Skip to content

Commit 46d64c9

Browse files
committed
Bump to v0.2.1
1 parent 51078ea commit 46d64c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

prefer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Bailey Stoner <monokrome@monokro.me>"
2-
__version__ = "0.2.0"
2+
__version__ = "0.2.1"
33

44
from prefer import loading
55

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 = "prefer"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "A user-preference focused configuration library for Python."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)