Skip to content

Commit 10a3731

Browse files
author
Sam
committed
Bump version: 0.1.4-beta → 0.1.5
1 parent 03e03dd commit 10a3731

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.1.4-beta"
2+
current_version = "0.1.5"
33
commit = false
44
tag = false
55
allow_dirty = true

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
test_suite='tests',
4343
tests_require=test_requirements,
4444
url='https://github.com/ujeebu/ujeebu-python',
45-
version='0.1.4-beta',
45+
version='0.1.5',
4646
zip_safe=False,
4747
)

ujeebu_python/__init__.py

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

33
__author__ = """Yacine Alhyane"""
44
__email__ = 'y.alhyane@gmail.com'
5-
__version__ = '0.1.4-beta'
5+
__version__ = '0.1.5'
66

77

88
from .ujeebu_python import UjeebuClient

0 commit comments

Comments
 (0)