Skip to content

Commit

Permalink
Merge pull request #18 from pbs-data-solutions/bump-version
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
sanders41 authored May 25, 2023
2 parents 917b5e0 + 07a7baf commit e0d92f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "sas7bdat-converter-cli"
version = "0.1.1"
version = "0.2.0"
description = "CLI to convert sas7bdat and xport files into other formats"
authors = ["Paul Sanders <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sas7bdat_converter_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from sas7bdat_converter import to_xml as converter_to_xml
from typer import Argument, Exit, Option, Typer, echo

__version__ = "0.1.1"
__version__ = "0.2.0"

app = Typer()
console = Console()
Expand Down

0 comments on commit e0d92f1

Please sign in to comment.