Skip to content

Commit

Permalink
bump minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SenadI committed Apr 27, 2016
1 parent 924fe26 commit f0d3cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from setuptools import setup, find_packages

version = "0.1.0"
version = "0.1.1"

install_requires = []

Expand Down
2 changes: 1 addition & 1 deletion sevenbridges/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:license: Apache 2.0
"""

__version__ = "0.0.1"
__version__ = "0.1.1"

from sevenbridges.api import Api
from sevenbridges.config import Config
Expand Down

0 comments on commit f0d3cca

Please sign in to comment.