We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9352c43 commit 6098682Copy full SHA for 6098682
1 file changed
fb2cal/__meta__.py
@@ -7,7 +7,7 @@
7
__status__ = 'Production'
8
__title__ = 'fb2cal'
9
__website__ = 'https://git.io/fjMwr'
10
-__version_info__ = (1, 2, 3)
+__version_info__ = (1, 2, 4)
11
__version__ = '.'.join(map(str, __version_info__))
12
13
0 commit comments