Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caizhengxin committed Dec 25, 2019
1 parent 0b8f4b7 commit bc110ad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 20 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.1.0"
release = "0.1.0"
version = "0.2.0"
release = "0.2.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 @@ -13,7 +13,7 @@
from interact.base import Interact


__version__ = "0.1.0"
__version__ = "0.2.0"
__author__ = "jankincai"


Expand Down
25 changes: 9 additions & 16 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# @Author: JanKinCai
# @Date: 2019-12-12 21:08:32
# @Last Modified by: JanKinCai
# @Last Modified time: 2019-12-12 23:08:08
# Setup
[bumpversion]
current_version = 0.2.0
commit = True
tag = True

[metadata]
description-file = README.rst

[bdist_wheel]
universal = 1

# Sphinx
[build_sphinx]
source-dir = docs/source
build-dir = docs/build
Expand All @@ -18,22 +17,16 @@ all_files = 1
[upload_sphinx]
upload-dir = docs/build/html

# Test
[flake8]
max-line-length = 120
ignore = W292,E303, E2301
exclude =
__init__.py
setup.py

# Bumpversion
[bumpversion]
current_version = 0.1.0
commit = True
tag = True
exclude =
__init__.py
setup.py

[bumpversion:file:setup.py]

[bumpversion:file:docs/source/conf.py]

[bumpversion:file:interact/__init__.py]

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

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

0 comments on commit bc110ad

Please sign in to comment.