Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caizhengxin committed Dec 30, 2019
1 parent fe69581 commit 0e21c87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
author = 'jankincai'

# The full version, including alpha/beta/rc tags
version = "0.3.0"
release = "0.3.0"
version = "0.4.0"
release = "0.4.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion interact/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from interact.base import Interact


__version__ = "0.3.0"
__version__ = "0.4.0"
__author__ = "jankincai"


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.3.0
current_version = 0.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def read_requirements(path: str) -> list:

setup(
name="interact-cli",
version="0.3.0",
version="0.4.0",
author="jankincai",
author_email="jankincai12@gmail.com",
maintainer="jankincai",
Expand Down

0 comments on commit 0e21c87

Please sign in to comment.