Skip to content

Commit d65c161

Browse files
authored
update version to 0.6.1 (#165)
* update version to 0.6.1 * update version in codemeta * Update codemeta information
1 parent 8a66f3b commit d65c161

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

codemeta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"@type": "SoftwareSourceCode",
44
"license": "https://spdx.org/licenses/MIT",
55
"codeRepository": "https://github.com/cta-observatory/ctaplot.git",
6-
"contIntegration": "https://travis-ci.org/github/cta-observatory/ctaplot",
6+
"contIntegration": "https://github.com/cta-observatory/ctaplot/actions",
77
"dateCreated": "2018-07-06",
8-
"datePublished": "2018-07-06",
9-
"dateModified": "2020-12-22",
8+
"datePublished": "2022-01-10",
9+
"dateModified": "2022-01-10",
1010
"downloadUrl": "https://github.com/cta-observatory/ctaplot/archive/v0.5.6.zip",
1111
"issueTracker": "https://github.com/cta-observatory/ctaplot/issues",
1212
"name": "ctaplot",
13-
"version": "0.5.6",
13+
"version": "0.6.1",
1414
"description": "ctaplot provides low-level reconstruction quality-checks metrics computation and vizualisation for Imaging Atmospheric Cherenkov Telescopes such as CTA",
1515
"applicationCategory": "Astronomy",
16-
"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",
16+
"releaseNotes": "Version 0.6.1. See changelog: https://github.com/cta-observatory/ctaplot/releases",
1717
"funding": "Grant 824064",
1818
"funder": {
1919
"@type": "Organization",

ctaplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .gammaboard import gammaboard
44
from .plots.style import set_style
55

6-
__version__ = '0.5.6'
6+
__version__ = '0.6.1'

0 commit comments

Comments
 (0)