Skip to content

Commit c4b5b99

Browse files
committed
Add CITATION.cff
Adjust version for release
1 parent ed1260e commit c4b5b99

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CITATION.cff

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
cff-version: 1.2.0
2+
title: >-
3+
Encrypted file upload server
4+
message: Please cite this software as follows.
5+
type: software
6+
authors:
7+
- given-names: Leon
8+
family-names: Helwerda
9+
email: l.s.helwerda@liacs.leidenuniv.nl
10+
affiliation: Leiden University
11+
orcid: 'https://orcid.org/0000-0002-4299-466X'
12+
repository-code: 'https://github.com/grip-on-software/upload'
13+
url: 'https://gros.liacs.nl/'
14+
keywords:
15+
- gpg-encryption
16+
- database-importer
17+
- secure-upload
18+
license: Apache-2.0
19+
version: 0.0.3

upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Upload:
3838
Upload listener.
3939
"""
4040

41-
VERSION = "1"
41+
VERSION = "0.0.3"
4242

4343
PGP_ARMOR_MIME = "application/pgp-encrypted"
4444
PGP_BINARY_MIME = "application/x-pgp-encrypted-binary"

0 commit comments

Comments
 (0)