Skip to content

Commit 1db0117

Browse files
committed
Bump version: 0.3.4 → 0.3.5
1 parent 098cb37 commit 1db0117

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nider/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Vladyslav Ovchynnykov"""
66
__email__ = 'ovd4mail@gmail.com'
7-
__version__ = '0.3.4'
7+
__version__ = '0.3.5'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.4
2+
current_version = 0.3.5
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name='nider',
33-
version='0.3.4',
33+
version='0.3.5',
3434
description="Python package to add text to images, textures and different backgrounds",
3535
long_description=readme + '\n\n' + history,
3636
author="Vladyslav Ovchynnykov",

0 commit comments

Comments
 (0)