Skip to content

Commit

Permalink
chore: update version to v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jan 21, 2021
1 parent c1f8e9e commit bd3051e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
from setuptools import setup
import os

from sugaroid.version import VERSION

try:
this_directory = os.path.abspath(os.path.dirname(__file__))
with open(
Expand All @@ -49,7 +51,7 @@

setup(
name='sugaroid',
version='v0.11.4',
version=VERSION,
description='Open Source Natural Language Processing Bot.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion sugaroid/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"""

VERSION = 'v0.11.4'
VERSION = 'v0.11.5'

0 comments on commit bd3051e

Please sign in to comment.