Skip to content

Commit 13da71d

Browse files
author
Raphael Mitsch
committed
chore: Bump version.
1 parent 3d49f94 commit 13da71d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sieves
3-
version = 0.15.1
3+
version = 0.16.0
44
author = Matthew Upson, Nick Sorros, Raphael Mitsch, Matthew Maufe, Angelo Di Gianvito
55
author_email = [email protected]
66
long_description = file: README.md

sieves/serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_version() -> str:
7979
8080
:return str: Version string from setup.cfg metadata.
8181
"""
82-
return "0.15.1"
82+
return "0.16.0"
8383

8484
version: str = get_version()
8585
cls_name: str

0 commit comments

Comments
 (0)