Skip to content

Commit

Permalink
#78 Merge pull request from deshima-dev/astropenguin/issue77
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
astropenguin authored Oct 21, 2023
2 parents 5fc116a + aea4033 commit f55b3dd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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: "decode"
abstract: "DESHIMA code for data analysis"
version: 1.0.0
date-released: 2023-07-16
version: 2.0.0
date-released: 2023-10-21
license: "MIT"
doi: "10.5281/zenodo.3384216"
url: "https://github.com/deshima-dev/decode"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2023 Akio Taniguchi
Copyright (c) 2018-2023 DESHIMA Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ DESHIMA code for data analysis
## Installation

```shell
pip install decode
pip install decode==2.0.0
```
2 changes: 1 addition & 1 deletion decode/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["io"]
__version__ = "1.0.0"
__version__ = "2.0.0"


# submodules
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# project information
author = "Akio Taniguchi"
copyright = "2018-2023 Akio Taniguchi"
author = "DESHIMA Team"
copyright = "2018-2023 DESHIMA Team"


# general configuration
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 = "decode"
version = "1.0.0"
version = "2.0.0"
description = "DESHIMA code for data analysis"
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
keywords = [
Expand Down

0 comments on commit f55b3dd

Please sign in to comment.