Skip to content

Commit dfe44f7

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent 43290e1 commit dfe44f7

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.4.0'
7+
__version__ = '0.4.1'

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.4.0
2+
current_version = 0.4.1
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.4.0',
33+
version='0.4.1',
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)