Skip to content

Commit

Permalink
Minor toml file change and version bump (#282)
Browse files Browse the repository at this point in the history
* Minor toml file change and version bump

* Minor toml file change and version bump
  • Loading branch information
ericspod authored Apr 1, 2022
1 parent 69706be commit eaa1f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exetera/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '0.6.0b5'
__version__ = '0.6.0b6'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "exetera"
description = "High-volume key-value store and analytics, based on hdf5"
license = {file = "LICENSE.txt"}
license = {text = "Apache 2.0 License, see LICENSE.txt"}
dependencies = ["numpy", "pandas", "h5py", "numba", "parameterized"]
requires-python = ">=3.7"
authors = [{ name = "Ben Murray", email = "benjamin.murray@kcl.ac.uk" }]
Expand Down

0 comments on commit eaa1f4a

Please sign in to comment.