Skip to content

Commit

Permalink
Releasing 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 24, 2019
1 parent 705d5dd commit 672826d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import io
import os

VERSION = "0.9.1"


def get_long_description():
with io.open(
Expand All @@ -17,7 +19,7 @@ def get_long_description():
long_description=get_long_description(),
long_description_content_type="text/markdown",
author="Simon Willison",
version="0.9",
version=VERSION,
license="Apache License, Version 2.0",
packages=find_packages(),
install_requires=[
Expand All @@ -35,7 +37,6 @@ def get_long_description():
""",
url="https://github.com/simonw/csvs-to-sqlite",
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Intended Audience :: End Users/Desktop",
Expand Down

0 comments on commit 672826d

Please sign in to comment.