Skip to content

Commit 412c0df

Browse files
committed
💄 pump version
1 parent 9eb8754 commit 412c0df

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
copyright = '2018-2019 Onni Software Ltd. and its contributors'
2626
author = 'C.W.'
2727
# The short X.Y version
28-
version = '0.0.4'
28+
version = '0.0.5'
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.0.4'
30+
release = '0.0.5'
3131

3232
# -- General configuration ---------------------------------------------------
3333

pypi-mobans-pkg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ organisation: "moremoban"
33
author: "C.W."
44
55
company: "Onni Software Ltd. and its contributors"
6-
version: "0.0.4"
7-
current_version: "0.0.4"
8-
release: "0.0.4"
6+
version: "0.0.5"
7+
current_version: "0.0.5"
8+
release: "0.0.5"
99
copyright_year: 2018-2019
1010
license: public license
1111
dependencies:

pypi_mobans_pkg/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"
22
__author__ = "C.W."

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
NAME = "pypi-mobans-pkg"
3131
AUTHOR = "C.W."
32-
VERSION = "0.0.4"
32+
VERSION = "0.0.5"
3333
3434
LICENSE = "public license"
3535
DESCRIPTION = (
3636
"Scaffolding mobans for your Python project."
3737
)
3838
URL = "https://github.com/moremoban/pypi-mobans-pkg"
39-
DOWNLOAD_URL = "%s/archive/0.0.4.tar.gz" % URL
39+
DOWNLOAD_URL = "%s/archive/0.0.5.tar.gz" % URL
4040
FILES = ["README.rst", "CHANGELOG.rst"]
4141
KEYWORDS = [
4242
"python",
@@ -70,8 +70,8 @@
7070
}
7171
# You do not need to read beyond this line
7272
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
73-
GS_COMMAND = ("gs pypi-mobans-pkg v0.0.4 " +
74-
"Find 0.0.4 in changelog for more details")
73+
GS_COMMAND = ("gs pypi-mobans-pkg v0.0.5 " +
74+
"Find 0.0.5 in changelog for more details")
7575
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
7676
"Please install gease to enable it.")
7777
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)