Skip to content

Commit 3ba5a82

Browse files
committed
bumped version.
1 parent 83b2aef commit 3ba5a82

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

halo/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66

77
DEBUG = False
8-
VERSION = '0.2.0'
8+
VERSION = '0.2.1'
99
DEFAULT_WEATHER_API_KEY = "1f727b8d4afb4c055dfc5550aeafbecc"
1010

1111
BASE = os.path.dirname(os.path.abspath(__file__))

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os
22

33
from setuptools import setup
4+
45
from halo.settings import DEBUG, VERSION
56

67
if DEBUG:
@@ -19,7 +20,7 @@ def get_long_description():
1920
description='The weather app.',
2021
long_description=get_long_description(),
2122
author='Cijo Saju',
22-
author_email='hello@cijo.me',
23+
author_email='halo@cijo.mni.im',
2324
license='MIT',
2425
packages=['halo'],
2526
url='https://github.com/cijo7/Halo',

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: halo-weather
2-
version: '0.2.0'
2+
version: '0.2.1'
33
base: core18
44
summary: The Weather App
55
description: |

0 commit comments

Comments
 (0)