Skip to content

Commit

Permalink
Merge pull request #124 from lucasrodes/release/0.5.0
Browse files Browse the repository at this point in the history
Release/0.5.0
  • Loading branch information
lucasrodes committed Jun 5, 2021
2 parents 3bd30d7 + 002e4d8 commit 0334ece
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 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.5.0.rc0
current_version = 0.5.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
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
- stage: deploy
python: 3.8
before_deploy:
- python3 -m pip install cibuildwheel==1.11.0
- python3 -m cibuildwheel --output-dir wheelhouse
deploy:
- provider: pypi
user: $USER_PYPI
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</h1>
<p align="left">
<a href="#">
<img alt="Package version" src="https://img.shields.io/badge/pypi-0.5.0.rc0-blue.svg?&color=25D366&logo=whatsapp&">
<img alt="Package version" src="https://img.shields.io/badge/pypi-0.5.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 @@ -30,7 +30,7 @@
author = 'lucasrodes'

# The full version, including alpha/beta/rc tags
version = 'v0.5.0.rc0'
version = 'v0.5.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 @@ -45,7 +45,7 @@

setup(
name='whatstk',
version="0.5.0.rc0",
version="0.5.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 @@ -12,7 +12,7 @@

name = "whatstk"

__version__ = "0.5.0.rc0"
__version__ = "0.5.0.rc1"

__all__ = [
'WhatsAppChat',
Expand Down

0 comments on commit 0334ece

Please sign in to comment.