Commit 859aee5 1 parent 3094e96 commit 859aee5 Copy full SHA for 859aee5
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ details of use and many examples.
63
63
64
64
Release notes and details of the latest changes for this specific release
65
65
can be found in the GitHub repository
66
- [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.4 /CHANGELOG.md )
66
+ [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.4post1 /CHANGELOG.md )
67
67
68
68
# Installation
69
69
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def get_version(version):
34
34
return version_info
35
35
36
36
37
- __version__ = "0.3.4 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
37
+ __version__ = "0.3.4post1 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
38
38
__version_info__ = get_version (__version__ )
39
39
40
40
Original file line number Diff line number Diff line change 28
28
author = 'Databricks Inc'
29
29
30
30
# The full version, including alpha/beta/rc tags
31
- release = "0.3.4 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
31
+ release = "0.3.4post1 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
32
32
33
33
34
34
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.4
2
+ current_version = 0.3.4post1
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+){0,1}(?P<release>\D*)(?P<build>\d*)
Original file line number Diff line number Diff line change 31
31
32
32
setuptools .setup (
33
33
name = "dbldatagen" ,
34
- version = "0.3.4 " ,
34
+ version = "0.3.4post1 " ,
35
35
author = "Ronan Stokes, Databricks" ,
36
36
description = "Databricks Labs - PySpark Synthetic Data Generator" ,
37
37
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments