Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McCluskey committed Apr 17, 2020
1 parent b298cf5 commit f61b9cb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"title": "uravu",
"creators": [{
"name": "McCluskey, Andrew R.",
"affiliation": "Diamond Light Source, Harwell Campus,. Didcot, OX11 0DE, UK.; Department of Chemistry, University of Bath, Claverton Down, Bath, BA2 7AY, UK.",
"orcid": "0000-0003-3381-5911"
}
],
"description": "making Bayesian modelling easy(er)i.",
"access_right": "open",
"license": "MIT",
"grants": [{
"funder": "Ada Lovelace Centre (STFC)"
}
]
}
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# versioning
MAJOR = 0
MINOR = 0
MICRO = 3
MICRO = 4
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand All @@ -39,7 +39,7 @@
'license': 'MIT',
'long_description': LONG_DESCRIPTION,
'long_description_content_type': 'text/markdown',
'classifiers': ['Development Status :: 2 - Pre-Alpha',
'classifiers': ['Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
Expand Down

0 comments on commit f61b9cb

Please sign in to comment.