Skip to content

Commit

Permalink
release 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Harris committed Sep 20, 2017
1 parent 53d3d9d commit e3cecf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added dist/eventify-0.4.5.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4.4'
version = '0.4.5'
# The full version, including alpha/beta/rc tags.
release = '0.4.4'
release = '0.4.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
setup(
name='eventify',
packages=find_packages(),
version='0.4.4',
version='0.4.5',
description='Event Driven Asynchronous Framework',
author='Matthew Harris',
author_email='matt@x-qa.com',
url='https://github.com/eventifyio/eventify',
download_url='https://github.com/eventifyio/eventify/raw/master/dist/eventify-0.4.4.tar.gz',
download_url='https://github.com/eventifyio/eventify/raw/master/dist/eventify-0.4.5.tar.gz',
keywords=['event', 'event-driven', 'async',
'framework', 'producer', 'consumer'],
classifiers=[],
Expand Down

0 comments on commit e3cecf2

Please sign in to comment.