Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiermans committed Jul 12, 2022
1 parent a48956e commit 2c775fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aio_snowplow_tracker/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
License: Apache License Version 2.0
"""

__version_info__ = (1, 0, 1)
__version_info__ = (1, 0, 2)
__version__ = ".".join(str(x) for x in __version_info__)
__build_version__ = __version__ + ''
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

setup(
name='aio-snowplow-tracker',
version='1.0.1',
version='1.0.2',
author=authors_str,
author_email=authors_email_str,
packages=[
Expand Down

0 comments on commit 2c775fb

Please sign in to comment.