Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cript0nauta committed Oct 31, 2019
1 parent d71bc94 commit a1d67bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

0.1.0 (2019-05-22)
------------------
0.1 (2019-10-31 🎃)
-------------------

* First release on PyPI.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
license="GNU General Public License v3",
long_description=readme + '\n\n' + history,
include_package_data=True,
keywords='',
keywords='faraday integration',
name='faraday_agent_dispatcher',
packages=find_packages(include=['faraday_agent_dispatcher', 'faraday_agent_dispatcher.*']),
use_scm_version=False,
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/EricHorvat/faraday_agent_dispatcher',
url='https://github.com/infobyte/faraday_agent_dispatcher',
version='0.1',
zip_safe=False,
)

0 comments on commit a1d67bc

Please sign in to comment.