Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Dec 13, 2022
1 parent 0995cbc commit 3b76385
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.1.0"
__version__ = "0.2.0"

from .interpolated_table import InterpolatedTable
from .expression_parser import ExpressionParser
Expand Down
4 changes: 4 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Making a release

1. Update version number in `bpx/__init__.py`
2. Create a tag on the commit you want to release, this will kick off the `publish_pypi.yml` workflow

0 comments on commit 3b76385

Please sign in to comment.