Skip to content

Commit

Permalink
Bump version: 0.3.0.rc0 → 0.3.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas rg committed Jun 26, 2020
1 parent a3a6b4d commit 61a7587
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0.rc0
current_version = 0.3.0.rc1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.(?P<pre>[a-z]+)(?P<prenum>\d+))?
serialize =
{major}.{minor}.{patch}.{pre}{prenum}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<p align="center">
<a href="#">
<img alt="Package version" src="https://img.shields.io/badge/version-0.3.0.rc0-blue.svg?&color=25D366&logo=whatsapp&">
<img alt="Package version" src="https://img.shields.io/badge/version-0.3.0.rc1-blue.svg?&color=25D366&logo=whatsapp&">
</a>
</p>
<!-- style=for-the-badge -->
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = 'lucasrodes'

# The full version, including alpha/beta/rc tags
version = 'v0.3.0.rc0'
version = 'v0.3.0.rc1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='whatstk',
version="0.3.0.rc0",
version="0.3.0.rc1",
description="Parser and analytics tools for WhatsApp group chats",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion whatstk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

name = "whatstk"

__version__ = "0.3.0.rc0"
__version__ = "0.3.0.rc1"

__all__ = [
'WhatsAppChat',
Expand Down

0 comments on commit 61a7587

Please sign in to comment.