Skip to content

Commit

Permalink
#107 Merge pull request from astropenguin/astropenguin/issue106
Browse files Browse the repository at this point in the history
Fix package information
  • Loading branch information
astropenguin authored Oct 26, 2022
2 parents 65ef435 + be1de3f commit 5a2e8c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ message: "If you use this software, please cite it as below."

title: "pandas-dataclasses"
abstract: "pandas data creation made easy by dataclass"
version: 0.7.0
date-released: 2022-09-20
version: 0.8.0
date-released: 2022-10-26
license: "MIT"
doi: "10.5281/zenodo.6127352"
url: "https://github.com/astropenguin/pandas-dataclasses"
Expand Down
2 changes: 1 addition & 1 deletion pandas_dataclasses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@


# metadata
__version__ = "0.7.0"
__version__ = "0.8.0"
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.7.0"
version = "0.8.0"
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 5a2e8c3

Please sign in to comment.