Skip to content

Commit

Permalink
🔖 Bump version: 0.6.1 → 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangTianLi committed Oct 27, 2020
1 parent b1cb7bf commit b07d57c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.6.1"
version = "0.6.2"
# The full version, including alpha/beta/rc tags.
release = "0.6.1"
release = "0.6.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion grpcalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = """GuangTian Li"""
__email__ = "guangtian_li@qq.com"
__version__ = "0.6.1"
__version__ = "0.6.2"

__all__ = ["Blueprint", "Context", "grpcmethod", "DefaultConfig", "Server"]

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.1
current_version = 0.6.2
commit = True
tag = True
message = :bookmark: Bump version: {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
tests_require=test_requirements,
url="https://github.com/GuangTianLi/grpcalchemy",
python_requires=">=3.6.0",
version="0.6.1",
version="0.6.2",
zip_safe=False,
)

0 comments on commit b07d57c

Please sign in to comment.