Skip to content

Commit

Permalink
tmp - Bump to rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
adatzer committed Oct 26, 2021
1 parent 8fc7f1e commit e335fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

setup(
name='snowplow-tracker',
version='0.9.1',
version='0.9.1rc1',
author=authors_str,
author_email=authors_email_str,
packages=['snowplow_tracker', 'snowplow_tracker.test', 'snowplow_tracker.redis', 'snowplow_tracker.celery'],
Expand Down
2 changes: 1 addition & 1 deletion snowplow_tracker/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"""


__version_info__ = (0, 9, 1)
__version_info__ = (0, 9, '1rc1')
__version__ = ".".join(str(x) for x in __version_info__)
__build_version__ = __version__ + ''

0 comments on commit e335fbf

Please sign in to comment.