File tree Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.0.rc0
2
+ current_version = 0.5.0.rc1
3
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.(?P<pre>[a-z]+)(?P<prenum>\d+))?
4
4
serialize =
5
5
{major}.{minor}.{patch}.{pre}{prenum}
Original file line number Diff line number Diff line change 43
43
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
44
44
- stage : deploy
45
45
python : 3.8
46
- before_deploy :
47
- - python3 -m pip install cibuildwheel==1.11.0
48
- - python3 -m cibuildwheel --output-dir wheelhouse
49
46
deploy :
50
47
- provider : pypi
51
48
user : $USER_PYPI
Original file line number Diff line number Diff line change 5
5
</h1 >
6
6
<p align =" left " >
7
7
<a href =" # " >
8
- <img alt="Package version" src="https://img.shields.io/badge/pypi-0.5.0.rc0 -blue.svg?&color=25D366&logo=whatsapp&">
8
+ <img alt="Package version" src="https://img.shields.io/badge/pypi-0.5.0.rc1 -blue.svg?&color=25D366&logo=whatsapp&">
9
9
</a >
10
10
</p >
11
11
<!-- style=for-the-badge -->
Original file line number Diff line number Diff line change 30
30
author = 'lucasrodes'
31
31
32
32
# The full version, including alpha/beta/rc tags
33
- version = 'v0.5.0.rc0 '
33
+ version = 'v0.5.0.rc1 '
34
34
35
35
36
36
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 45
45
46
46
setup (
47
47
name = 'whatstk' ,
48
- version = "0.5.0.rc0 " ,
48
+ version = "0.5.0.rc1 " ,
49
49
description = "Parser and analytics tools for WhatsApp group chats" ,
50
50
long_description = long_description ,
51
51
long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 12
12
13
13
name = "whatstk"
14
14
15
- __version__ = "0.5.0.rc0 "
15
+ __version__ = "0.5.0.rc1 "
16
16
17
17
__all__ = [
18
18
'WhatsAppChat' ,
You can’t perform that action at this time.
0 commit comments