Skip to content

Commit bb624e7

Browse files
committed
bump version: 2.0.8-dev -> 2.0.8
1 parent c0b8110 commit bb624e7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.bumpversion.cfg

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[bumpversion]
2-
current_version = 2.0.8-dev
2+
current_version = 2.0.8
33
tag = False
44
commit = True
55
message = bump version: {current_version} -> {new_version}
66
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)([-](?P<release>(dev|stable)+)(?P<build>\d*))?
7-
serialize =
8-
{major}.{minor}.{patch}-{release}{build}
9-
{major}.{minor}.{patch}-{release}
10-
{major}.{minor}.{patch}
7+
serialize =
8+
{major}.{minor}.{patch}-{release}{build}
9+
{major}.{minor}.{patch}-{release}
10+
{major}.{minor}.{patch}
1111

1212
[bumpversion:part:release]
1313
optional_value = stable
14-
values =
15-
dev
16-
stable
14+
values =
15+
dev
16+
stable
1717

1818
[bumpversion:file:setup.cfg]
1919
search = version = {current_version}

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = "Renming Liu and Arjun Krishnan"
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = "2.0.8-dev"
24+
release = "2.0.8"
2525

2626

2727
# -- General configuration ---------------------------------------------------

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pecanpy
3-
version = 2.0.8-dev
3+
version = 2.0.8
44
author = Remy Liu
55
author_email = liurenmi@msu.edu
66
description = A parallelized, efficient, and accelerated node2vec

0 commit comments

Comments
 (0)