Skip to content

Commit

Permalink
Merge pull request #62 from WMD-group/setup_update
Browse files Browse the repository at this point in the history
Setup.py update
  • Loading branch information
AntObi committed Jul 5, 2023
2 parents 729e5c5 + 32af686 commit 8dfcddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- added pytest-subtests to dev reqs ([03f3108](https://github.com/WMD-group/ElementEmbeddings/commit/03f31088d5be656f9fe67d88bd850a1817bd862d) by Anthony Onwuli).
- added doc and pypi badges to README ([8ea476c](https://github.com/WMD-group/ElementEmbeddings/commit/8ea476cf1422ca0d94d795fcd7b58ebd0ea858fe) by Anthony Onwuli).
- Added citation file ([8d0baa1](https://github.com/WMD-group/ElementEmbeddings/commit/8d0baa1cd17b787e465300452d3c2d16a56c009b) by Anthony Onwuli).

### Removed

- removed pandas, pytest and pytest-subtests in reqs ([cd1bf77](https://github.com/WMD-group/ElementEmbeddings/commit/cd1bf776220250377bb7cd48cca6b08e9a968f1d) by Anthony Onwuli).

<!-- insertion marker -->
## [v0.1](https://github.com/WMD-group/ElementEmbeddings/releases/tag/v0.1) - 2023-06-30

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

module_dir = os.path.dirname(os.path.abspath(__file__))

VERSION = "0.1"
VERSION = "0.1.1"
DESCRIPTION = "Element Embeddings"
with open(os.path.join(module_dir, "README.md"), encoding="utf-8") as f:
LONG_DESCRIPTION = f.read()
Expand Down

0 comments on commit 8dfcddf

Please sign in to comment.