Skip to content

Commit

Permalink
#134 Merge pull request from astropenguin/astropenguin/issue133
Browse files Browse the repository at this point in the history
Release v0.10.1
  • Loading branch information
astropenguin authored Nov 26, 2022
2 parents 7ca2477 + 2ec0684 commit 65777b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below."

title: "pandas-dataclasses"
abstract: "pandas data creation made easy by dataclass"
version: 0.10.0
version: 0.10.1
date-released: 2022-11-26
license: "MIT"
doi: "10.5281/zenodo.6127352"
Expand Down
2 changes: 1 addition & 1 deletion pandas_dataclasses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"core",
"extras",
]
__version__ = "0.10.0"
__version__ = "0.10.1"


# submodules
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 = "pandas-dataclasses"
version = "0.10.0"
version = "0.10.1"
description = "pandas data creation made easy by dataclass"
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
keywords = ["pandas", "dataclass", "series", "dataframe", "typing"]
Expand Down

0 comments on commit 65777b0

Please sign in to comment.