Skip to content

Commit

Permalink
version number now 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Feb 23, 2021
1 parent f7caea5 commit 27d0aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuji_server/controllers/fair_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class FAIRCheck:
FILES_LIMIT = None
LOG_SUCCESS = 25
VALID_RESOURCE_TYPES = []
FUJI_VERSION = 'v1.0.5d'
FUJI_VERSION = 'v1.0.6'

def __init__(self, uid, test_debug=False, oaipmh=None, use_datacite=True):
uid_bytes = uid.encode('utf-8')
Expand Down

0 comments on commit 27d0aa4

Please sign in to comment.