Skip to content

Commit

Permalink
Bump to 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rbw committed Jun 28, 2019
1 parent d9290a4 commit f7d8d35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pysnow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# -*- coding: utf-8 -*-

# Public API
from .client import Client
from .oauth_client import OAuthClient
from .query_builder import QueryBuilder
from .resource import Resource
from .params_builder import ParamsBuilder

__author__ = "Robert Wikman <[email protected]>"
__version__ = "0.7.7"
__version__ = "0.7.8"

# Set default logging handler to avoid "No handler found" warnings.
import logging
Expand Down

0 comments on commit f7d8d35

Please sign in to comment.