Skip to content

Commit

Permalink
Adding files to MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 16, 2024
1 parent 13b2c54 commit 4f749f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ include premise/data/transport/car/*.csv
include premise/data/transport/bus/*.csv
include premise/data/transport/truck/*.csv
include premise/data/transport/two-wheeler/*.csv
include premise/data/battery/*.csv
include premise/data/battery/*.yaml
include premise/data/utils/*.csv
include premise/data/utils/*.yml
include premise/data/utils/*.yaml
Expand Down
2 changes: 1 addition & 1 deletion premise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"clear_inventory_cache",
"get_regions_definition",
)
__version__ = (2, 1, 1, "dev8")
__version__ = (2, 1, 1, "dev9")


from premise.new_database import NewDatabase
Expand Down

0 comments on commit 4f749f6

Please sign in to comment.