Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
samharrison7 committed Mar 27, 2022
2 parents 132d856 + 968ac5d commit 3cf4bc1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ Notable changes to the bioturbation model are documented here.

## [Unreleased]

## [1.0.0] - 2021-03-25
## [1.0.1] - 2022-03-27

### Fixed
- Corrected dependencies in `setup.cfg`.

## [1.0.0] - 2022-03-25

### Added
- First major release, including creation of Python package on PyPI.

[Unreleased]: https://github.com/samharrison7/bioturbation-model/compare/1.0.0...HEAD
[1.0.0]: https://github.com/samharrison7/bioturbation-model/releases/tag/1.0.0
[1.0.1]: https://github.com/samharrison7/bioturbation-model/releases/tag/1.0.1
[1.0.0]: https://github.com/samharrison7/bioturbation-model/releases/tag/1.0.0
7 changes: 6 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bioturbation
version = 1.0.0
version = 1.0.1
author = Sam Harrison
author_email = samharrison.xg@gmail.com
description = Model of earthworm bioturbation in a layered soil profile
Expand All @@ -19,6 +19,11 @@ package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
numpy
scipy
pandas
plotly

[options.packages.find]
where = src

0 comments on commit 3cf4bc1

Please sign in to comment.