File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ details of use and many examples.
62
62
63
63
Release notes and details of the latest changes for this specific release
64
64
can be found in the Github repository
65
- [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.2post2 /CHANGELOG.md )
65
+ [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.3post1 /CHANGELOG.md )
66
66
67
67
# Installation
68
68
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def get_version(version):
33
33
return version_info
34
34
35
35
36
- __version__ = "0.3.2post2 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
36
+ __version__ = "0.3.3post1 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
37
37
__version_info__ = get_version (__version__ )
38
38
39
39
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.2post2 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
31
+ release = "0.3.3post1 " # 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.2post2
2
+ current_version = 0.3.3post1
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.2post2 " ,
34
+ version = "0.3.3post1 " ,
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