Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTempel committed May 13, 2018
1 parent 45821b7 commit 29b9905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dblapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
__author__ = 'AndyTempel'
__license__ = 'MIT'
__copyright__ = 'Copyright 2018 AndyTempel'
__version__ = '0.1.3b'
__version__ = '0.1.4b'

import logging
from collections import namedtuple
Expand All @@ -35,7 +35,7 @@

VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial')

version_info = VersionInfo(major=0, minor=1, micro=3, releaselevel='beta', serial=0)
version_info = VersionInfo(major=0, minor=1, micro=4, releaselevel='beta', serial=0)

try:
from logging import NullHandler
Expand Down

0 comments on commit 29b9905

Please sign in to comment.