Skip to content

Commit c019323

Browse files
committedAug 21, 2024·
Fix Zenodo badge.
1 parent 3528e15 commit c019323

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
 

‎CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
given-names: "Mengke"
99
orcid: "https://orcid.org/0000-0002-6373-7494"
1010
title: "wnnet"
11-
version: 2.0.1
11+
version: 2.0.2
1212
doi: 10.5281/zenodo.13338378
13-
date-released: 2024-08-20
13+
date-released: 2024-08-21
1414
url: "https://github.com/mbradle/wnnet"

‎doc/source/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Changelog
44
All notable changes to this project will be documented in this file. This
55
project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.
66

7+
Version 2.0.2
8+
-------------
9+
10+
Fix:
11+
12+
* The Zenodo badge has been fixed.
13+
714
Version 2.0.1
815
-------------
916

‎wnnet/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
__title__ = "wnnet"
1414
__summary__ = "Python project to handle webnucleo reaction networks"
15-
__version__ = "2.0.1"
15+
__version__ = "2.0.2"
1616
__author__ = "Clemson University"
1717
__copyright__ = "Clemson University, 2022-2024"

0 commit comments

Comments
 (0)
Please sign in to comment.