Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiermans committed Jul 4, 2022
1 parent 3ea9e51 commit 8b78f08
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, '0a4')
__version_info__ = (1, 0, 0)
__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.0a4',
version='1.0.0',
author=authors_str,
author_email=authors_email_str,
packages=[
Expand Down

0 comments on commit 8b78f08

Please sign in to comment.