Skip to content

Commit edd3225

Browse files
committed
update version for dev
1 parent 5fbdb1a commit edd3225

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import subprocess
22
from setuptools import setup, find_packages
33

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

99

1010
def parse_markdown_readme():
@@ -29,7 +29,7 @@ def parse_markdown_readme():
2929

3030
setup(
3131
name='rest-pandas',
32-
version='1.0.0',
32+
version='1.0.1-dev',
3333
author='S. Andrew Sheppard',
3434
author_email='andrew@wq.io',
3535
url='https://github.com/wq/django-rest-pandas',

0 commit comments

Comments
 (0)