Skip to content

Commit 40e2143

Browse files
committed
Bump version: 0.13.0 → 1.0.0
1 parent c67dcb1 commit 40e2143

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.13.0"
9+
__version__ = "1.0.0"
1010

1111
__all__ = [
1212
"Announcement",

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import find_packages, setup
55
from setuptools.command.install import install
66

7-
version = "0.13.0"
7+
version = "1.0.0"
88

99

1010
with open("README.rst") as readme_file:

0 commit comments

Comments
 (0)