Skip to content

Commit

Permalink
chore: Use proper version in cff file
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 23, 2024
1 parent dcb714e commit da96040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# CITATION file created with {cffr} R package, v0.5.0
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------

cff-version: 1.2.0
message: 'To cite package "igraph" in publications use:'
type: software
license: GPL-2.0-or-later
title: 'igraph: Network Analysis and Visualization'
version: 1.99.99.9002
version: 2.0.0
abstract: Routines for simple graphs and network analysis. It can handle large graphs
very well and provides functions for generating random and regular graphs, graph
visualization, centrality methods and much more.
Expand Down Expand Up @@ -86,7 +86,7 @@ references:
- family-names: Müller
given-names: Kirill
year: '2024'
notes: R package version 1.99.99.9002
notes: R package version 2.0.0
doi: 10.5281/zenodo.7682609
url: https://CRAN.R-project.org/package=igraph
- type: software
Expand Down

0 comments on commit da96040

Please sign in to comment.