Skip to content

Commit c684cc0

Browse files
committed
Bump version
1 parent bb577a6 commit c684cc0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xcsv-plot-map"
3-
version = "0.4.0"
3+
version = "0.4.2"
44
description = "Subpackage to plot and locate on a map, data from extended CSV (XCSV) files"
55
authors = ["Paul Breen <pbree@bas.ac.uk>"]
66
readme = "README.md"

tests/test_xcsv_plot_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
base = os.path.dirname(__file__)
1010

1111
def test_version():
12-
assert xpm.__version__ == '0.4.0'
12+
assert xpm.__version__ == '0.4.2'
1313

1414
@pytest.fixture
1515
def short_point_test_datasets():

xcsv/plot_map/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Date: 2022-05-15
66
###############################################################################
77

8-
__version__ = '0.4.0'
8+
__version__ = '0.4.2'
99

1010
import os
1111
import re

0 commit comments

Comments
 (0)