Skip to content

Commit

Permalink
Merge pull request #50 from analyzere/v0.6.0-release
Browse files Browse the repository at this point in the history
v0.6.0 release
  • Loading branch information
dwil authored Jun 18, 2019
2 parents 0593d5b + 7a04eb4 commit b262c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyzere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
one_megabyte = 2**20
upload_chunk_size = 16 * one_megabyte
tls_verify = True
user_agent = 'analyzere-python 0.5.5-dev'
user_agent = 'analyzere-python 0.6.0-dev'

from analyzere.resources import ( # noqa
AnalysisProfile,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='analyzere',
version='0.5.5',
version='0.6.0',
description='Python wrapper for the Analyze Re API.',
long_description=readme,
url='https://github.com/analyzere/analyzere-python',
Expand Down

0 comments on commit b262c57

Please sign in to comment.