Skip to content

Commit a0f8911

Browse files
committed
Updated readme and package version
1 parent 56eba72 commit a0f8911

11 files changed

+9
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "superannotate_databricks_connector" # Required
44

5-
version = "0.0.1dev1"
5+
version = "0.0.2dev1"
66

77
description = "Custom functions to work with SuperAnnotate in Databricks"
88

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ If you are running the tests for the first you first have to build the base dock
3434
docker build -f Dockerfile.spark -t spark_docker_base .
3535
```
3636

37+
### Build package
38+
39+
In the main directory, run the following to generate a .whl file.
40+
41+
```bash
42+
python -m build
43+
```
44+
3745
### Usage
3846
First import the required function
3947

-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)