Commit bb624e7 1 parent c0b8110 commit bb624e7 Copy full SHA for bb624e7
File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.0.8-dev
2
+ current_version = 2.0.8
3
3
tag = False
4
4
commit = True
5
5
message = bump version: {current_version} -> {new_version}
6
6
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}
11
11
12
12
[bumpversion:part:release]
13
13
optional_value = stable
14
- values =
15
- dev
16
- stable
14
+ values =
15
+ dev
16
+ stable
17
17
18
18
[bumpversion:file:setup.cfg]
19
19
search = version = {current_version}
Original file line number Diff line number Diff line change 21
21
author = "Renming Liu and Arjun Krishnan"
22
22
23
23
# The full version, including alpha/beta/rc tags
24
- release = "2.0.8-dev "
24
+ release = "2.0.8"
25
25
26
26
27
27
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pecanpy
3
- version = 2.0.8-dev
3
+ version = 2.0.8
4
4
author = Remy Liu
5
5
author_email = liurenmi@msu.edu
6
6
description = A parallelized, efficient, and accelerated node2vec
You can’t perform that action at this time.
0 commit comments