Skip to content

Commit

Permalink
Include standard to be bundled with release (#72)
Browse files Browse the repository at this point in the history
* include standard to be bundled with release

* version
  • Loading branch information
rtimms authored Dec 2, 2024
1 parent 9b77c0d commit e94f0a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ dmypy.json
.pyre/

# IDEs
.vscode
.vscode

.DS_Store
2 changes: 1 addition & 1 deletion bpx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""BPX schema and parsers"""
# flake8: noqa F401

__version__ = "0.4.0"
__version__ = "0.4.1"


from .interpolated_table import InterpolatedTable
Expand Down
Binary file added bpx_standard.pdf
Binary file not shown.

0 comments on commit e94f0a2

Please sign in to comment.