Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-breen committed Jun 8, 2024
1 parent bb577a6 commit c684cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "xcsv-plot-map"
version = "0.4.0"
version = "0.4.2"
description = "Subpackage to plot and locate on a map, data from extended CSV (XCSV) files"
authors = ["Paul Breen <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xcsv_plot_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
base = os.path.dirname(__file__)

def test_version():
assert xpm.__version__ == '0.4.0'
assert xpm.__version__ == '0.4.2'

@pytest.fixture
def short_point_test_datasets():
Expand Down
2 changes: 1 addition & 1 deletion xcsv/plot_map/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Date: 2022-05-15
###############################################################################

__version__ = '0.4.0'
__version__ = '0.4.2'

import os
import re
Expand Down

0 comments on commit c684cc0

Please sign in to comment.