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 c67dcb1 commit 40e2143Copy full SHA for 40e2143
3 files changed
lox/__init__.py
@@ -6,7 +6,7 @@
6
7
__author__ = """Brian Pugh"""
8
__email__ = "bnp117@gmail.com"
9
-__version__ = "0.13.0"
+__version__ = "1.0.0"
10
11
__all__ = [
12
"Announcement",
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.13.0
+current_version = 1.0.0
3
commit = True
4
tag = True
5
setup.py
@@ -4,7 +4,7 @@
from setuptools import find_packages, setup
from setuptools.command.install import install
-version = "0.13.0"
+version = "1.0.0"
with open("README.rst") as readme_file:
0 commit comments