Skip to content

Commit

Permalink
fix: moved version declaration (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez authored Feb 4, 2021
1 parent 408684f commit 19be687
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@

from setuptools import find_packages, setup

__version__ = '0.5.11'

setup(
name='amundsen-common',
version='0.5.11',
version=__version__,
description='Common code library for Amundsen',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 19be687

Please sign in to comment.