Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-breen committed Feb 24, 2025
1 parent 71154cb commit 453c46a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apres/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Date: 2018-09-24
###############################################################################

__version__ = '0.2.0'
__version__ = '0.3.0'

import re
import os
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bas-apres"
version = "0.2.0"
version = "0.3.0"
description = "Package for working with BAS ApRES files"
authors = ["Paul Breen <pbree@bas.ac.uk>", "Jonathan Kingslake <j.kingslake@columbia.edu>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_apres.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from apres import __version__, ApRESBurst, ApRESFile

def test_version():
assert __version__ == '0.2.0'
assert __version__ == '0.3.0'

class TestApRESBurst(unittest.TestCase):

Expand Down

0 comments on commit 453c46a

Please sign in to comment.