Skip to content

Commit 4b844a1

Browse files
committed
Release v2.0.2
1 parent 2b5bcc7 commit 4b844a1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/source/release-history.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release History
33
===============
44

5+
v2.0.2 (2021-07-13)
6+
-------------------
7+
8+
Bump pandas-genomics version, make it less specific
9+
510
v2.0.1 (2021-07-12)
611
-------------------
712

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clarite"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "CLeaning to Analysis: Reproducibility-based Interface for Traits and Exposures"
55
authors = ["Hall Lab <mah546@psu.edu>"]
66
license = "BSD-3-Clause"
@@ -33,7 +33,7 @@ sphinx-copybutton = {version = "^0.3.0", optional = true}
3333
ipython = {version = "^7.18.1", optional = true}
3434
sphinx-click = {version = "^2.6", optional = true}
3535
importlib-metadata = {version = "^2.0", python = "<3.8"}
36-
pandas-genomics = "^0.9.0"
36+
pandas-genomics = "^0.9"
3737

3838
[tool.poetry.dev-dependencies]
3939
codecov = "^2.1.11"

0 commit comments

Comments
 (0)