Skip to content

Commit

Permalink
update version for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Sep 13, 2017
1 parent 5fbdb1a commit edd3225
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import subprocess
from setuptools import setup, find_packages

LONG_DESCRIPTION = """
Serves up pandas dataframes via the Django REST Framework for client-side
(i.e. d3.js) visualizations
"""
LONG_DESCRIPTION = (
"Serves up pandas dataframes via the Django REST Framework for client-side"
"(i.e. d3.js) visualizations"
)


def parse_markdown_readme():
Expand All @@ -29,7 +29,7 @@ def parse_markdown_readme():

setup(
name='rest-pandas',
version='1.0.0',
version='1.0.1-dev',
author='S. Andrew Sheppard',
author_email='andrew@wq.io',
url='https://github.com/wq/django-rest-pandas',
Expand Down

0 comments on commit edd3225

Please sign in to comment.