Skip to content

Commit f6e3870

Browse files
committed
Bump version to 1.3.1
1 parent e96999e commit f6e3870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

peewee_plus.py

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

3434

3535
__title__ = "peewee-plus"
36-
__version__ = "1.3.0"
36+
__version__ = "1.3.1"
3737
__license__ = "MIT"
3838
__summary__ = "Various extensions, helpers, and utilities for Peewee"
3939
__url__ = "https://github.com/enpaul/peewee-plus/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "peewee-plus"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Various extensions, helpers, and utilities for Peewee"
55
authors = ["Ethan Paul <[email protected]>"]
66
repository = "https://github.com/enpaul/peewee-plus/"

0 commit comments

Comments
 (0)