Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Mennella committed May 30, 2021
1 parent e715293 commit c74cfad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion csv_reconcile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
except:
import importlib_metadata as metadata

__version__ = '0.2.3'
__version__ = '0.2.4'
#------------------------------------------------------------------
# Implement reconciliation API
# [[https://reconciliation-api.github.io/specs/latest/]]
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "csv-reconcile"
version = "0.2.3"
version = "0.2.4"
description = "OpenRefine reconciliation service backed by csv resource"
authors = ["Douglas Mennella <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_csv_reconcile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def test_version():
assert __version__ == '0.2.3'
assert __version__ == '0.2.4'


def test_manifest(basicClient):
Expand Down

0 comments on commit c74cfad

Please sign in to comment.