Skip to content

Commit

Permalink
migrating project to use a top level namespace (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Dixon Whitmire <dixonwh@gmail.com>
  • Loading branch information
dixonwhitmire authored Nov 19, 2021
1 parent 8cb3197 commit 7654ee2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ include_package_data = True
install_requires =
pydantic >= 1.8
python-dotenv >= 0.19.0
packages=find:
package_dir=
=src
packages=find_namespace:
python_requires = >= 3.8
zip_safe = False

Expand Down
Empty file removed src/linuxforhealth/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion src/linuxforhealth/x12/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

load_dotenv()

__version__ = "0.54.00"
__version__ = "0.54.01"

0 comments on commit 7654ee2

Please sign in to comment.