Skip to content

Commit 396c296

Browse files
author
Sam
committed
Bump version: 0.1.2 → 0.1.2-beta
1 parent 76af760 commit 396c296

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1.2
2+
current_version = 0.1.2-beta
33
commit = True
44
tag = True
55

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='version='0.1.2'',
45+
version='0.1.2-beta',
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__ = '__version__ = '0.1.2''
5+
__version__ = '0.1.2-beta'
66

77

88
from .ujeebu_python import UjeebuClient

0 commit comments

Comments
 (0)