Skip to content

Commit

Permalink
Update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Radischat committed Jun 5, 2020
1 parent 7d5753b commit 59c052b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Marcel Radischat
Copyright (c) 2020 Marcel Radischat

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pytest_dotenv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__='0.4.0'
__version__='0.5.0'
__author__='Marcel Radischat'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
name='pytest-dotenv',
description=description,
long_description=description,
version='0.4.0',
version='0.5.0',
author='Marcel Radischat',
author_email='[email protected]',
url='https://github.com/quiqua/pytest-dotenv',
download_url='https://github.com/quiqua/pytest-dotenv/tarball/0.2.0',
download_url='https://github.com/quiqua/pytest-dotenv/tarball/0.5.0',
packages=['pytest_dotenv'],
entry_points={'pytest11': ['dotenv = pytest_dotenv.plugin']},
install_requires=['pytest>=2.6.0', 'python-dotenv>=0.9.1'],
Expand Down

0 comments on commit 59c052b

Please sign in to comment.