File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class Upload:
38
38
Upload listener.
39
39
"""
40
40
41
- VERSION = "1 "
41
+ VERSION = "0.0.3 "
42
42
43
43
PGP_ARMOR_MIME = "application/pgp-encrypted"
44
44
PGP_BINARY_MIME = "application/x-pgp-encrypted-binary"
You can’t perform that action at this time.
0 commit comments