Skip to content

Commit b6b23cd

Browse files
authored
Merge pull request #104 from mobeigi/bump-version-1.2.3
Bump version to v1.2.3
2 parents f0dd5c0 + da067f6 commit b6b23cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fb2cal/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__status__ = 'Production'
88
__title__ = 'fb2cal'
99
__website__ = 'https://git.io/fjMwr'
10-
__version_info__ = (1, 2, 2)
10+
__version_info__ = (1, 2, 3)
1111
__version__ = '.'.join(map(str, __version_info__))
1212

1313

0 commit comments

Comments
 (0)