Skip to content

Commit

Permalink
reup versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Feb 14, 2018
1 parent 06b8655 commit e24a613
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Lantern
An orchestration layer for plots and tables, dummy datasets, research, reports, and anything else a data scientist might need.

[![Version](https://img.shields.io/badge/version-0.0.14-lightgrey.svg)](https://img.shields.io/badge/version-0.0.14-lightgrey.svg)
[![Version](https://img.shields.io/badge/version-0.0.15-lightgrey.svg)](https://img.shields.io/badge/version-0.0.15-lightgrey.svg)
[![Build Status](https://travis-ci.org/timkpaine/lantern.svg?branch=master)](https://travis-ci.org/timkpaine/lantern)
[![GitHub issues](https://img.shields.io/github/issues/timkpaine/lantern.svg)]()
[![Waffle.io](https://badge.waffle.io/timkpaine/lantern.svg?label=ready&title=Ready)](http://waffle.io/timkpaine/lantern)
Expand Down
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.14'
version = 'v0.0.15'
# The full version, including alpha/beta/rc tags.
release = 'v0.0.14'
release = 'v0.0.15'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ An orchestration layer for plots and tables, dummy datasets, research, reports,
live


.. |version| image:: https://img.shields.io/badge/version-0.0.14-lightgrey.svg
.. |version| image:: https://img.shields.io/badge/version-0.0.15-lightgrey.svg
:alt: Version
:scale: 100%
:target: https://img.shields.io/badge/version-0.0.14-lightgrey.svg
:target: https://img.shields.io/badge/version-0.0.15-lightgrey.svg

.. |build-status| image:: https://travis-ci.org/timkpaine/lantern.svg?branch=master
:alt: Build Status
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

setup(
name='pylantern',
version='0.0.14',
version='0.0.15',
description='Analytics library',
long_description=long_description,
url='https://github.com/timkpaine/lantern',
download_url='https://github.com/timkpaine/lantern/archive/v0.0.14.tar.gz',
download_url='https://github.com/timkpaine/lantern/archive/v0.0.15.tar.gz',
author='Tim Paine',
author_email='timothy.k.paine@gmail.com',
license='LGPL',
Expand Down

0 comments on commit e24a613

Please sign in to comment.