Skip to content

Commit

Permalink
bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cijo7 committed Nov 17, 2019
1 parent 83b2aef commit 3ba5a82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion halo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os

DEBUG = False
VERSION = '0.2.0'
VERSION = '0.2.1'
DEFAULT_WEATHER_API_KEY = "1f727b8d4afb4c055dfc5550aeafbecc"

BASE = os.path.dirname(os.path.abspath(__file__))
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os

from setuptools import setup

from halo.settings import DEBUG, VERSION

if DEBUG:
Expand All @@ -19,7 +20,7 @@ def get_long_description():
description='The weather app.',
long_description=get_long_description(),
author='Cijo Saju',
author_email='hello@cijo.me',
author_email='halo@cijo.mni.im',
license='MIT',
packages=['halo'],
url='https://github.com/cijo7/Halo',
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: halo-weather
version: '0.2.0'
version: '0.2.1'
base: core18
summary: The Weather App
description: |
Expand Down

0 comments on commit 3ba5a82

Please sign in to comment.