Skip to content

Commit fb74cb6

Browse files
author
Leonardo Taccari
committed
Bump version: 0.2.5 → 0.2.6
1 parent a6b00f1 commit fb74cb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.2.5
4+
current_version = 0.2.6
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
66
serialize = {major}.{minor}.{patch}
77

joypy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Leonardo Taccari'
22
__email__ = 'leonardo.taccari@gmail.com'
3-
__version__ = '0.2.5'
3+
__version__ = '0.2.6'
44

55
from .joyplot import joyplot, plot_density, _joyplot

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='joypy',
4-
version='0.2.5',
4+
version='0.2.6',
55
description='Joyplots in python',
66
long_description='Joyplots in python.',
77
classifiers=[

0 commit comments

Comments
 (0)