Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed Aug 26, 2021
1 parent c9d09f9 commit 4ee5a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

## Highlights

- 2020-8-15: Released first version [0.0.1](https://pypi.org/project/gradsflow/):tada:
- 2020-8-15: [Released first version 0.0.1](https://pypi.org/project/gradsflow/):tada:

## What is Gradsflow?

Expand Down Expand Up @@ -62,19 +62,3 @@ Read full [**Contributor Covenant Code of Conduct**](https://github.com/gradsflo
## Acknowledgement

**Gradsflow** is built with help of Optuna and PyTorch Lightning 💜


### Citing
```
@software{aniket_maurya_2021_5245151,
author = {Aniket Maurya},
title = {{gradsflow/gradsflow: An AutoML Library made with
Optuna and PyTorch Lightning}},
month = aug,
year = 2021,
publisher = {Zenodo},
version = {v0.0.1b1},
doi = {10.5281/zenodo.5245151},
url = {https://doi.org/10.5281/zenodo.5245151}
}
```
18 changes: 1 addition & 17 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

## Highlights

- 2020-8-15: Released first version [0.0.1](https://pypi.org/project/gradsflow/):tada:
- 2020-8-15: [Released first version 0.0.1](https://pypi.org/project/gradsflow/):tada:

## What is Gradsflow?

Expand Down Expand Up @@ -62,19 +62,3 @@ Read full [**Contributor Covenant Code of Conduct**](https://github.com/gradsflo
## Acknowledgement

**Gradsflow** is built with help of Optuna and PyTorch Lightning 💜


### Citing
```
@software{aniket_maurya_2021_5245151,
author = {Aniket Maurya},
title = {{gradsflow/gradsflow: An AutoML Library made with
Optuna and PyTorch Lightning}},
month = aug,
year = 2021,
publisher = {Zenodo},
version = {v0.0.1b1},
doi = {10.5281/zenodo.5245151},
url = {https://doi.org/10.5281/zenodo.5245151}
}
```
2 changes: 1 addition & 1 deletion gradsflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from gradsflow.autotasks.autosummarization import AutoSummarization
from gradsflow.core.automodel import AutoModel

__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit 4ee5a91

Please sign in to comment.