-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from DataONEorg/feature-133-release-prep
Feature-133: Code clean-up for Release Prep
- Loading branch information
Showing
7 changed files
with
1,171 additions
and
1,053 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
[tool.poetry] | ||
name = "hashstore" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
description = "HashStore, an object storage system using content identifiers." | ||
authors = ["Dou Mok <[email protected]>", "Matt Jones <[email protected]>"] | ||
authors = ["Dou Mok <[email protected]>", "Matt Jones <[email protected]>", | ||
"Matthew Brooke", "Jing Tao", "Jeanette Clark", "Ian M. Nesbitt"] | ||
readme = "README.md" | ||
keywords = ["filesystem", "object storage", "hashstore", "storage"] | ||
classifiers = [ | ||
|
@@ -25,6 +26,8 @@ python = ">=3.9" | |
pathlib = ">=1.0.1" | ||
pyyaml = ">=6.0" | ||
|
||
[tool.poetry_bumpversion.file."src/hashstore/__init__.py"] | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
pytest = ">=7.2.0" | ||
black = ">=22.10.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.