Commit a842b70 1 parent a22aa32 commit a842b70 Copy full SHA for a842b70
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.7-dev
2
+ current_version = 0.2.7
3
3
commit = True
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?
Original file line number Diff line number Diff line change 27
27
author = "Jeremy Zucker and Charles Tapley Hoyt"
28
28
29
29
# The full version, including alpha/beta/rc tags.
30
- release = "0.2.7-dev "
30
+ release = "0.2.7"
31
31
32
32
# The short X.Y version.
33
33
parsed_version = re .match (
Original file line number Diff line number Diff line change 3
3
# #########################
4
4
[metadata]
5
5
name = y0
6
- version = 0.2.7-dev
6
+ version = 0.2.7
7
7
description = Python code for causal modeling.
8
8
long_description = file: README.md
9
9
long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 14
14
"get_git_hash" ,
15
15
]
16
16
17
- VERSION = "0.2.7-dev "
17
+ VERSION = "0.2.7"
18
18
19
19
20
20
def get_git_hash () -> str :
You can’t perform that action at this time.
0 commit comments