Skip to content

Commit

Permalink
Merge pull request #126 from sanders41/version-bump
Browse files Browse the repository at this point in the history
Fixed issue with mismatched version number
  • Loading branch information
sanders41 authored Jun 9, 2021
2 parents f339fee + 78e4479 commit eb6e571
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"
version = "1.0.0"
version = "1.0.1"
description = "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/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
)

name = "sas7bdat_converter"
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit eb6e571

Please sign in to comment.