Skip to content

Commit 94c0266

Browse files
authored
Merge pull request #5 from eleflow/develop
Setting version
2 parents a9164d7 + 40963d8 commit 94c0266

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ .\.env\Script\Activate.ps1
3737
$ .\.env\Scripts\activate
3838

3939
# Installing requirements libraries
40-
(.env) $ pip install --r .\requirements.txt
40+
(.env) $ pip install -r .\requirements.txt
4141
```
4242

4343
### Packaging project in a .whl lib
@@ -78,4 +78,4 @@ $ .\.env\Scripts\activate
7878

7979
| Version | Date | Changes | Notes | Approved by |
8080
| --- | --- | --- | --- | --- |
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) |

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
with io.open('README.md', mode='r') as doc:
55
LONG_DESCRIPTION = doc.read()
66

7-
VERSION = '0.0.1.build-1'
7+
VERSION = '0.0.1a2'
88

99
setup(
1010
name="eleflow-spark-integrations",

0 commit comments

Comments
 (0)