Skip to content

Commit c85926a

Browse files
committed
Bump version: 0.6.3 → 0.7.0
1 parent 6cad570 commit c85926a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.6.3'
9+
__version__ = '0.7.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.6.3
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools import setup, find_packages
99
from setuptools.command.install import install
1010

11-
version='0.6.3'
11+
version='0.7.0'
1212

1313

1414
class VerifyVersionCommand(install):

0 commit comments

Comments
 (0)