Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquebastos authored Jan 5, 2021
1 parent 77ff531 commit 6d0a1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
README = os.path.join(os.path.dirname(__file__), 'README.rst')

setup(name='python-decouple',
version='3.3',
version='3.4',
description='Strict separation of settings from code.',
long_description=open(README).read(),
author="Henrique Bastos", author_email="henrique@bastos.net",
Expand Down

2 comments on commit 6d0a1f4

@skylerwshaw
Copy link

@skylerwshaw skylerwshaw commented on 6d0a1f4 Jan 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@henriquebastos
Copy link
Collaborator Author

@henriquebastos henriquebastos commented on 6d0a1f4 Jan 26, 2021 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.