Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Sep 13, 2018
1 parent e3c4bad commit 0e7ad47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4.1'
release = '0.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -5,7 +5,7 @@
import sys
from shutil import rmtree

from setuptools import setup, Command
from setuptools import Command, setup


pwd = os.path.abspath(os.path.dirname(__file__))
Expand Down Expand Up @@ -54,11 +54,11 @@ def run(self):

setup(
name='tornado_sqlalchemy',
version='0.4.1',
version='0.5.0',
description='SQLAlchemy helpers for working in Tornado',
long_description=long_description,
author='Siddhant Goel',
author_email='siddhantgoel@gmail.com',
author_email='me@sgoel.org',
license='MIT',
url='https://github.com/siddhantgoel/tornado-sqlalchemy',
packages=['tornado_sqlalchemy'],
Expand Down

0 comments on commit 0e7ad47

Please sign in to comment.