From 9648f9c5734c0591cc4bfe2810fcf1264aa595d9 Mon Sep 17 00:00:00 2001 From: Robert Timms Date: Mon, 2 Dec 2024 10:34:58 +0000 Subject: [PATCH] version --- .gitignore | 4 +++- bpx/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3144cf5..76e93cc 100644 --- a/.gitignore +++ b/.gitignore @@ -129,4 +129,6 @@ dmypy.json .pyre/ # IDEs -.vscode \ No newline at end of file +.vscode + +.DS_Store diff --git a/bpx/__init__.py b/bpx/__init__.py index fb33772..3cf311e 100644 --- a/bpx/__init__.py +++ b/bpx/__init__.py @@ -1,7 +1,7 @@ """BPX schema and parsers""" # flake8: noqa F401 -__version__ = "0.4.0" +__version__ = "0.4.1" from .interpolated_table import InterpolatedTable