Skip to content

Commit

Permalink
Updated to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Feb 4, 2023
1 parent b198967 commit 98fa477
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"description": "A Python toolkit to analyze photon timetrace data from qubit sensors",
"license": "MIT",
"title": "dineshpinto/qudi-hira-analysis: v1.0.0",
"version": "v1.0.0",
"title": "dineshpinto/qudi-hira-analysis: v1.0.1",
"version": "v1.0.1",
"upload_type": "software",
"publication_date": "2023-02-04",
"creators": [
Expand All @@ -14,7 +14,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/dineshpinto/qudi-hira-analysis/tree/v1.0.0",
"identifier": "https://github.com/dineshpinto/qudi-hira-analysis/tree/v1.0.1",
"relation": "isSupplementTo"
},
{
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ authors:
- family-names: Pinto
given-names: Dinesh
orcid: https://orcid.org/0000-0002-1604-2200
title: dineshpinto/qudi-hira-analysis: v1.0.0
version: v1.0.0
title: dineshpinto/qudi-hira-analysis: v1.0.1
version: v1.0.1
date-released: 2023-02-04
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![DOI](https://zenodo.org/badge/288670453.svg)](https://zenodo.org/badge/latestdoi/288670453)

# Qudi Hira Analysis

This toolkit automates a large portion of the work surrounding data analysis on quantum sensing experiments where the
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 = "qudi-hira-analysis"
version = "1.0.0"
version = "1.0.1"
description = "A Python toolkit to analzye photon timetrace data from qubit sensors"
authors = ["dineshpinto <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 98fa477

Please sign in to comment.