Skip to content

Commit fcd1c0b

Browse files
committed
Release v0.2.10: Update config per user preferences
1 parent 095dbf0 commit fcd1c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sindri/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version file."""
22

3-
VERSION_INFO = (0, 2, 9)
3+
VERSION_INFO = (0, 2, 10)
44
__version__ = '.'.join((str(version) for version in VERSION_INFO))

0 commit comments

Comments
 (0)