Skip to content

Commit

Permalink
V0.1.3 (#28)
Browse files Browse the repository at this point in the history
* chore: bump to v0.1.3

* chore: changelog
  • Loading branch information
Thomzoy authored Feb 2, 2023
1 parent 1170837 commit e29f4a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ eds-scikit stands on the shoulders of [Spark 2.4](https://spark.apache.org/docs/
You can install eds-scikit via `pip`:

```bash
pip install eds-scikit
pip install "eds-scikit[aphp]"
```

:warning: If you work in AP-HP's ecosystem (EDS), please install additionnal features via:
:warning: If you don't work in AP-HP's ecosystem (EDS), please install via:

```bash
pip install "eds-scikit[aphp]"
pip install eds-scikit
```

You can now import the library via
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Pending
## v0.1.3 (2023-02-02)

### Added

Expand Down
2 changes: 1 addition & 1 deletion eds_scikit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Top-level package for eds_scikit."""

__author__ = """eds_scikit"""
__version__ = "0.1.2"
__version__ = "0.1.3"

import importlib
import os
Expand Down

0 comments on commit e29f4a5

Please sign in to comment.