Skip to content

Commit

Permalink
update package version and add yml paths to setup.py (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
MBueschelberger authored May 23, 2021
1 parent 52c5dd2 commit bccc758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packageinfo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
NAME = "emmo_cfd"
VERSION = "0.1"
BUILD = "1"
VERSION = "0.2"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
package_data={
"emmo_cfd.inferred": ["*"],
"emmo_cfd.sparql": ["*"],
"emmo_cfd.yml": ["*"],
"emmo_cfd": ["*"],
},
python_requires=">=3.6",
Expand Down

0 comments on commit bccc758

Please sign in to comment.