File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $ .\.env\Script\Activate.ps1
37
37
$ .\. env\S cripts\a ctivate
38
38
39
39
# Installing requirements libraries
40
- (.env) $ pip install -- r .\r equirements.txt
40
+ (.env) $ pip install -r .\r equirements.txt
41
41
```
42
42
43
43
### Packaging project in a .whl lib
@@ -78,4 +78,4 @@ $ .\.env\Scripts\activate
78
78
79
79
| Version | Date | Changes | Notes | Approved by |
80
80
| --- | --- | --- | --- | --- |
81
- | 0.0.1-pre | 2022-05-08 | Initial development release | N/A | [ @caiodearaujo ] ( https://github.com/caiodearaujo ) |
81
+ | 0.0.1a2 | 2022-05-08 | Initial development release | N/A | [ @caiodearaujo ] ( https://github.com/caiodearaujo ) |
Original file line number Diff line number Diff line change 4
4
with io .open ('README.md' , mode = 'r' ) as doc :
5
5
LONG_DESCRIPTION = doc .read ()
6
6
7
- VERSION = '0.0.1.build-1 '
7
+ VERSION = '0.0.1a2 '
8
8
9
9
setup (
10
10
name = "eleflow-spark-integrations" ,
You can’t perform that action at this time.
0 commit comments