Skip to content

Commit 20ad932

Browse files
author
Brian Pugh
committed
Bump version: 0.8.0 → 0.9.0
1 parent 08b91d7 commit 20ad932

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.8.0'
9+
__version__ = '0.9.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.8.0
2+
current_version = 0.9.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.8.0'
11+
version='0.9.0'
1212

1313

1414
class VerifyVersionCommand(install):

0 commit comments

Comments
 (0)