Skip to content

Commit

Permalink
Caching for faster bel nanopub validation
Browse files Browse the repository at this point in the history
  • Loading branch information
wshayes committed Apr 3, 2020
1 parent 6dbf4ef commit fee6fac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
@@ -1,12 +1,12 @@
[bumpversion]
current_version = 0.13.1
current_version = 0.14.5
commit = True
tag = True
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
\-?(?P<release>[a-z]+)?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Expand Up @@ -5,6 +5,7 @@ repos:
rev: v2.4.0
hooks:
- id: trailing-whitespace
exclude: .bumpversion.cfg
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.13.1
0.14.5
2 changes: 1 addition & 1 deletion bel/__version__.py
@@ -1 +1 @@
__version__ = "0.13.1"
__version__ = "0.14.5"
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -74,9 +74,9 @@
# built documents.
#
# The short X.Y version.
version = "0.13.1"
version = "0.14.5"
# The full version, including alpha/beta/rc tags.
release = "0.13.1"
release = "0.14.5"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit fee6fac

Please sign in to comment.