Skip to content

Commit f4d6b4d

Browse files
authored
v0.6.2 (#180)
1 parent ba9762f commit f4d6b4d

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
@@ -5,15 +5,15 @@
55
"codeRepository": "https://github.com/cta-observatory/ctaplot.git",
66
"contIntegration": "https://github.com/cta-observatory/ctaplot/actions",
77
"dateCreated": "2018-07-06",
8-
"datePublished": "2022-01-10",
9-
"dateModified": "2022-01-10",
10-
"downloadUrl": "https://github.com/cta-observatory/ctaplot/archive/v0.5.6.zip",
8+
"datePublished": "2022-04-08",
9+
"dateModified": "2022-04-08",
10+
"downloadUrl": "https://github.com/cta-observatory/ctaplot/archive/v0.6.2.zip",
1111
"issueTracker": "https://github.com/cta-observatory/ctaplot/issues",
1212
"name": "ctaplot",
13-
"version": "0.6.1",
13+
"version": "0.6.2",
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": "Version 0.6.1. See changelog: https://github.com/cta-observatory/ctaplot/releases",
16+
"releaseNotes": "Version 0.6.2. 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.6.1'
6+
__version__ = '0.6.2'

0 commit comments

Comments
 (0)