Skip to content

Commit 77a5aa6

Browse files
committed
Bump the version
1 parent 2d1cc26 commit 77a5aa6

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.3.0"
3+
version = "0.4.0"
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.3.0'
12+
assert xpm.__version__ == '0.4.0'
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.3.0'
8+
__version__ = '0.4.0'
99

1010
import os
1111
import re

0 commit comments

Comments
 (0)