Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Aug 23, 2015
1 parent 4208130 commit ab3853a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import

__version__ = '1.2.5'
__version__ = '1.2.6'

from myql import contrib
from myql import errors
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = 'Josue Kouka'
__email__ = '[email protected]'
__version__ = '1.2.5'
__version__ = '1.2.6'

#requirements.txt
with open('requirements.txt') as f:
Expand Down

0 comments on commit ab3853a

Please sign in to comment.