Skip to content

Commit 93e568b

Browse files
authored
Bump version 0.2.7 (#79)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent cc3a218 commit 93e568b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: dataframe_api_compat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def __getattr__(name: str) -> ModuleType:
1616
raise AttributeError(msg)
1717

1818

19-
__version__ = "0.2.6"
19+
__version__ = "0.2.7"

Diff for: docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Then, if you start the Python REPL and see the following:
1111
```python
1212
>>> import dataframe_api_compat
1313
>>> dataframe_api_compat.__version__
14-
'0.2.6'
14+
'0.2.7'
1515
```
1616
then installation worked correctly!

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dataframe_api_compat"
7-
version = "0.2.6"
7+
version = "0.2.7"
88
authors = [
99
{ name="Marco Gorelli", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)