Skip to content

Commit

Permalink
🔖 Bump version: 0.5.1 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangTianLi committed Jun 12, 2020
1 parent fd0c159 commit f360c2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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.5.1"
version = "0.6.0"
# The full version, including alpha/beta/rc tags.
release = "0.5.1"
release = "0.6.0"

# 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.5.1"
__version__ = "0.6.0"

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

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.6.0
commit = True
tag = True
message = :bookmark: Bump version: {current_version} → {new_version}
Expand All @@ -24,4 +24,3 @@ universal = 1
[mypy]
follow_imports = silent
ignore_missing_imports = true

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.5.1",
version="0.6.0",
zip_safe=False,
)

0 comments on commit f360c2d

Please sign in to comment.