Skip to content

Commit

Permalink
Bump version: 0.1.4 → 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Feb 19, 2024
1 parent 0d87ee9 commit abf6e7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion joinem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
__copyright__ = "Copyright 2024, Matthew Andres Moreno"
__credits__ = ["Matthew Andres Moreno"]
__license__ = "MIT"
__version__ = "0.1.4"
__version__ = "0.1.5"
__maintainer__ = "Matthew Andres Moreno"
__email__ = "[email protected]"
2 changes: 1 addition & 1 deletion joinem/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import polars as pl
from tqdm import tqdm

__version__ = "0.1.4"
__version__ = "0.1.5"


def get_scanner(filename: str) -> typing.Callable:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "joinem"
version = "0.1.4"
version = "0.1.5"
description = "CLI for fast, flexbile concatenation of tabular data using polars."
authors = [
{ name = "Matthew Andres moreno", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5
commit = True
tag = True

Expand Down

0 comments on commit abf6e7b

Please sign in to comment.