Skip to content

Commit

Permalink
bumped version and updated fields
Browse files Browse the repository at this point in the history
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez committed Aug 25, 2020
1 parent e21eae3 commit 5efcbb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amundsen_common/models/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Meta:
class Badge:
badge_name: str = attr.ib()
category: str = attr.ib()
sentiment: str = attr.ib()
badge_type: str = attr.ib()


class BadgeSchema(AttrsSchema):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

0 comments on commit 5efcbb5

Please sign in to comment.