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 @@ -65,7 +65,7 @@ details of use and many examples.
6565
6666Release notes and details of the latest changes for this specific release
6767can be found in the GitHub repository
68- [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.4.0 /CHANGELOG.md )
68+ [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.4.001 /CHANGELOG.md )
6969
7070# Installation
7171
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def get_version(version):
3434 return version_info
3535
3636
37- __version__ = "0.4.0 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
37+ __version__ = "0.4.001 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
3838__version_info__ = get_version (__version__ )
3939
4040
Original file line number Diff line number Diff line change 3232author = 'Databricks Inc'
3333
3434# The full version, including alpha/beta/rc tags
35- release = "0.4.0 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
35+ release = "0.4.001 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
3636
3737# -- General configuration ---------------------------------------------------
3838
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.0
2+ current_version = 0.4.001
33commit = False
44tag = False
55parse = (?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 3131
3232setuptools .setup (
3333 name = "dbldatagen" ,
34- version = "0.4.0 " ,
34+ version = "0.4.001 " ,
3535 author = "Ronan Stokes, Databricks" ,
3636 description = "Databricks Labs - PySpark Synthetic Data Generator" ,
3737 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments