Skip to content

Commit

Permalink
Update Version to 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquadoc committed Jul 18, 2021
1 parent d826def commit d1712ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .keats/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"1.0.11": {
"description": "Update Sample Type Creation",
"date": "2021-07-18T22:58:13.963559",
"changes": []
},
"1.0.3": {
"description": "Add handling of Krill libraries",
"date": "2020-09-09T22:17:51.082004",
Expand Down
2 changes: 1 addition & 1 deletion pydent/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# autogenerated by keats 0.2.29

__version__ = "1.0.9"
__version__ = "1.0.11"
__name__ = "pydent"
__title__ = "pydent"
__authors__ = ['jvrana <[email protected]>', 'Ben Keller <[email protected]>', 'Eric Klavins <[email protected]>']
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydent"
version = "1.0.9"
version = "1.0.11"
description = "Aquarium's Python API for planning, executing, and analyzing scientific experiments."
documentation = "http://aquariumbio.github.io/trident"
repository = "https://www.github.com/aquariumbio/trident"
Expand Down

0 comments on commit d1712ca

Please sign in to comment.