Skip to content

Commit 2f53962

Browse files
committed
Update var name
1 parent f9a7431 commit 2f53962

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414

1515
here = os.path.abspath(os.path.dirname(__file__))
1616

17-
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
18-
long_description = f.read()
17+
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as readme_file:
18+
long_description = readme_file.read()
1919

2020
if sys.argv[-1] == 'publish':
2121
os.system('python3 setup.py sdist upload')
2222
sys.exit()
2323

2424
setup(
2525
name='luftdaten',
26-
version='0.3.4',
26+
version='0.4.0',
2727
description='Python API for interacting with luftdaten.info.',
2828
long_description=long_description,
2929
url='https://github.com/fabaff/python-luftdaten',

0 commit comments

Comments
 (0)