Skip to content

Commit e616d79

Browse files
committed
Version bump (v1.1.0)
1 parent adbd8ed commit e616d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shortcircuit/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
__appname__ = 'Short Circuit'
88
__appslug__ = 'shortcircuit'
9-
__version__ = '1.0.0'
10-
__date__ = '2023-12-06'
9+
__version__ = '1.1.0'
10+
__date__ = '2024-02-17'
1111
USER_AGENT = '{} v{} ({}); @SecondFry, secondfry@gmail.com'.format(
1212
__appname__,
1313
__version__,

0 commit comments

Comments
 (0)