Skip to content

Commit

Permalink
Merge pull request #106 from sanders41/version
Browse files Browse the repository at this point in the history
Fixing version
  • Loading branch information
sanders41 authored May 4, 2021
2 parents f0ab384 + 3051d98 commit e8992e7
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 = "0.8.11"
version = "0.8.12"
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__ = "0.8.10"
__version__ = "0.8.12"

0 comments on commit e8992e7

Please sign in to comment.