Skip to content

Commit 1a2dacf

Browse files
Version 1.16.1
1 parent 8ad0d9e commit 1a2dacf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from testgres.operations.local_ops import LocalOperations
6161
from testgres.operations.remote_ops import RemoteOperations
6262

63-
__version__ = "1.16.0"
63+
__version__ = "1.16.1"
6464

6565
__all__ = [
6666
"get_new_node",

tests/test_testgres_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_testgres_version(self):
121121
# Author: Mark G.
122122
assert v.major == 1
123123
assert v.minor == 16
124-
assert v.micro == 0
124+
assert v.micro == 1
125125

126126
assert str(v) == testgres_version
127127
return

0 commit comments

Comments
 (0)