Skip to content

Commit 3fca6b5

Browse files
committed
Bump version: 0.2.0 → 0.3.0
1 parent 6119547 commit 3fca6b5

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.2.0'
7+
__version__ = '0.3.0'

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.2.0
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

setup.py

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

3333
setup(
3434
name='nider',
35-
version='0.2.0',
35+
version='0.3.0',
3636
description="Python package to add text to images, textures and different backgrounds",
3737
long_description=readme + '\n\n' + history,
3838
author="Vladyslav Ovchynnykov",

0 commit comments

Comments
 (0)