Skip to content

Commit aed993e

Browse files
committed
update to v0.0.9.dev6
- checking zenodo integration
1 parent 49cb54f commit aed993e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
title: "GeneSpeak - A library to encode text as DNA and decode DNA to text"
1010
# version: 1.0.0
1111
doi: 10.5281/zenodo.5885777
12-
date-released: 2022-01-21
12+
# date-released: 2022-01-21
1313
url: "https://github.com/sugatoray/genespeak"
1414

1515
#### Citations file related resources:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def update_banner_path(readme_path: str = "README.md") -> str:
7272

7373
setup(
7474
name="genespeak",
75-
version="0.0.9.dev5",
75+
version="0.0.9.dev6",
7676
author="Sugato Ray",
7777
author_email='sugatoray.dev@gmail.com',
7878
python_requires='>=3.6',

0 commit comments

Comments
 (0)