Skip to content

Commit

Permalink
Bump version: 0.0.19.dev6 → 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
saroad2 committed Jul 5, 2022
1 parent 880fc21 commit e455bff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.19.dev6
current_version = 0.0.19
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
from setuptools import setup

version = "0.0.19.dev6"
version = "0.0.19"
setup(version=version)
2 changes: 1 addition & 1 deletion src/statue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# noqa: D104
# pylint: disable=missing-module-docstring

__version__ = "0.0.19.dev6"
__version__ = "0.0.19"

0 comments on commit e455bff

Please sign in to comment.