Skip to content

Commit

Permalink
Bump Version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Aug 3, 2017
1 parent 3879bfe commit d7c0b35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Expand Up @@ -22,8 +22,6 @@
import os
import sys

from pyflight import __version__ as pf_version

sys.path.insert(0, os.path.abspath('..'))

# -- General configuration ------------------------------------------------
Expand Down Expand Up @@ -72,9 +70,9 @@
# built documents.
#
# The short X.Y version.
version = pf_version
version = '0.1.3'
# The full version, including alpha/beta/rc tags.
release = pf_version
release = '0.1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 1 addition & 2 deletions pyflight/__init__.py
@@ -1,9 +1,8 @@
"""
This File exposes the Functions offered by the package to ease its usage.
"""

from pyflight.requester import (
set_api_key, send_async, send_sync, Request, Slice
)
from pyflight.api import APIException

__version__ = '0.1.2'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name="pyflight",
version='0.1.2',
version='0.1.3',
description="An asynchronous Wrapper around Google's QPX Express API",
license="MIT",
author="Volcyy",
Expand Down

0 comments on commit d7c0b35

Please sign in to comment.