Skip to content

Commit

Permalink
Merge pull request #37 from lucasrodes/hotfix/argmax-to-idxmax
Browse files Browse the repository at this point in the history
Fixed travis issues, updating to patch v0.2.4
  • Loading branch information
lucasrodes committed May 1, 2020
2 parents 8c33e0e + aa8982a commit c59b7e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.1
current_version = 0.2.4

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [whatstk](http://lucasrodes.github.io/whatstk)

![Package version](https://img.shields.io/badge/whatstk-v0.2.1-teal.svg?style=for-the-badge&color=25D366&logo=whatsapp)
![Package version](https://img.shields.io/badge/whatstk-v0.2.4-teal.svg?style=for-the-badge&color=25D366&logo=whatsapp)

[![Build Status](https://travis-ci.com/lucasrodes/whatstk.svg?branch=develop)](https://travis-ci.com/lucasrodes/whatstk)
[![Python 3.6](https://img.shields.io/badge/python-3.7|3.8-blue.svg)](https://www.python.org/downloads/release/python-3/)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='whatstk',
version="0.2.1",
version="0.2.4",
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 @@ -4,7 +4,7 @@

name = "whatstk"

__version__ = "0.2.1"
__version__ = "0.2.4"

__all__ = [
'WhatsAppChat',
Expand Down

0 comments on commit c59b7e4

Please sign in to comment.