Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
unbump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Feb 11, 2019
1 parent 3a780b3 commit 5ef5dab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = 'v0.1.10'
version = 'v0.1.9'
# The full version, including alpha/beta/rc tags.
release = 'v0.1.10'
release = 'v0.1.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyEX/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .marketdata.ws import * # noqa: F401,F403
from .marketdata.sse import * # noqa: F401,F403

__version__ = '0.1.10'
__version__ = '0.1.9'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

setup(
name='pyEX',
version='0.1.10',
version='0.1.9',
description='Rest API to IEX',
long_description=long_description,
url='https://github.com/timkpaine/pyEX',
download_url='https://github.com/timkpaine/pyEX/archive/v0.1.10.tar.gz',
download_url='https://github.com/timkpaine/pyEX/archive/v0.1.9.tar.gz',
author='Tim Paine',
author_email='[email protected]',
license='Apache 2.0',
Expand Down

0 comments on commit 5ef5dab

Please sign in to comment.