Skip to content

Commit 496dfcc

Browse files
committed
Bump version: 0.4.3 → 0.5.0
1 parent 91b314d commit 496dfcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lox/__init__.py

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

77
__author__ = """Brian Pugh"""
88
__email__ = 'bnp117@gmail.com'
9-
__version__ = '0.4.3'
9+
__version__ = '0.5.0'
1010

1111
from .lock import *
1212
from .queue import *

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
test_suite='tests',
4545
tests_require=test_requirements,
4646
url='https://github.com/BrianPugh/lox',
47-
version='0.4.3',
47+
version='0.5.0',
4848
zip_safe=False,
4949
)

0 commit comments

Comments
 (0)