Skip to content

Commit

Permalink
Merge pull request #20 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 26, 2023
2 parents d3c2a64 + 3d460f8 commit 90bcdcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/release_draft_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ exclude-labels:
- 'dependencies'
- 'skip-changelog'
version-resolver:
minor:
major:
labels:
- 'breaking-change'
minor:
labels:
- 'enhancement'
- 'feature'
default: patch
Expand Down
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.2.0"
version = "1.0.0"
description = "CLI to convert sas7bdat and xport files into other formats"
authors = ["Paul Sanders <paul@pbsdatasolutions.com>"]
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.2.0"
__version__ = "1.0.0"

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

0 comments on commit 90bcdcf

Please sign in to comment.