Skip to content

Commit 8dfcddf

Browse files
authored
Merge pull request #62 from WMD-group/setup_update
Setup.py update
2 parents 729e5c5 + 32af686 commit 8dfcddf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212

1313
### Added
1414

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

19+
### Removed
20+
21+
- removed pandas, pytest and pytest-subtests in reqs ([cd1bf77](https://github.com/WMD-group/ElementEmbeddings/commit/cd1bf776220250377bb7cd48cca6b08e9a968f1d) by Anthony Onwuli).
22+
1823
<!-- insertion marker -->
1924
## [v0.1](https://github.com/WMD-group/ElementEmbeddings/releases/tag/v0.1) - 2023-06-30
2025

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

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

0 commit comments

Comments
 (0)