Skip to content

Commit 636f872

Browse files
Merge pull request #6 from wizeline/release/v0.0.2
Bump to version 0.0.2
2 parents a5497d0 + 0b82349 commit 636f872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlalchemy_pagination/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import math
22

3-
__version__ = '0.0.1'
3+
__version__ = '0.0.2'
44

55

66
class Page(object):

0 commit comments

Comments
 (0)