We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cad570 commit c85926aCopy full SHA for c85926a
3 files changed
lox/__init__.py
@@ -6,7 +6,7 @@
6
7
__author__ = """Brian Pugh"""
8
__email__ = 'bnp117@gmail.com'
9
-__version__ = '0.6.3'
+__version__ = '0.7.0'
10
11
from .lock import *
12
from .queue import *
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.3
+current_version = 0.7.0
3
commit = True
4
tag = True
5
setup.py
@@ -8,7 +8,7 @@
from setuptools import setup, find_packages
from setuptools.command.install import install
-version='0.6.3'
+version='0.7.0'
13
14
class VerifyVersionCommand(install):
0 commit comments