Skip to content

Commit

Permalink
update version to 0.6.1 (#165)
Browse files Browse the repository at this point in the history
* update version to 0.6.1

* update version in codemeta

* Update codemeta information
  • Loading branch information
vuillaut authored Jan 10, 2022
1 parent 8a66f3b commit d65c161
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/cta-observatory/ctaplot.git",
"contIntegration": "https://travis-ci.org/github/cta-observatory/ctaplot",
"contIntegration": "https://github.com/cta-observatory/ctaplot/actions",
"dateCreated": "2018-07-06",
"datePublished": "2018-07-06",
"dateModified": "2020-12-22",
"datePublished": "2022-01-10",
"dateModified": "2022-01-10",
"downloadUrl": "https://github.com/cta-observatory/ctaplot/archive/v0.5.6.zip",
"issueTracker": "https://github.com/cta-observatory/ctaplot/issues",
"name": "ctaplot",
"version": "0.5.6",
"version": "0.6.1",
"description": "ctaplot provides low-level reconstruction quality-checks metrics computation and vizualisation for Imaging Atmospheric Cherenkov Telescopes such as CTA",
"applicationCategory": "Astronomy",
"releaseNotes": "adding coverage do travis (#143) @vuillaut\nRemove deprecated code and overall code cleanup (#139) @vuillaut\nadding ctaplot style sheets to datasets (#140) @vuillaut\nadding readthedocs config file to pip install ctaplot (#141) @vuillaut\nContext styling (#138) @vuillaut\nadd plot_rate functions (#137) @vuillaut\nFix magic sens (#136) @vuillaut",
"releaseNotes": "Version 0.6.1. See changelog: https://github.com/cta-observatory/ctaplot/releases",
"funding": "Grant 824064",
"funder": {
"@type": "Organization",
Expand Down
2 changes: 1 addition & 1 deletion ctaplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .gammaboard import gammaboard
from .plots.style import set_style

__version__ = '0.5.6'
__version__ = '0.6.1'

0 comments on commit d65c161

Please sign in to comment.