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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Aug 3, 2019
1 parent 33c9be4 commit 685e400
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 @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = 'v0.0.3'
version = 'v0.0.6'
# The full version, including alpha/beta/rc tags.
release = 'v0.0.3'
release = 'v0.0.6'

# 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/zipline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from .ingest import * # noqa: F403, F401

__version__ = '0.0.4'
__version__ = '0.0.6'
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.zipline',
version='0.0.4',
version='0.0.6',
description='Integrating zipline with pyEX',
long_description=long_description,
url='https://github.com/timkpaine/pyEX-zipline',
download_url='https://github.com/timkpaine/pyEX-zipline/archive/v0.0.4.tar.gz',
download_url='https://github.com/timkpaine/pyEX-zipline/archive/v0.0.6.tar.gz',
author='Tim Paine',
author_email='timothy.k.paine@gmail.com',
license='Apache 2.0',
Expand Down

0 comments on commit 685e400

Please # to comment.