Skip to content

Commit c5a7c7c

Browse files
authored
Merge pull request #118 from mobeigi/bump-version-1.3.0
Bump version to v1.3.0
2 parents 2f84d9c + 26b4923 commit c5a7c7c

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
__maintainer__ = 'Mo Beigi'
88
__status__ = 'Production'
99
__title__ = 'fb2cal'
10-
__version_info__ = (1, 2, 4)
10+
__version_info__ = (1, 3, 0)
1111
__version__ = '.'.join(map(str, __version_info__))
1212

1313
__website__ = 'https://git.io/fjMwr'

0 commit comments

Comments
 (0)