We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e2c173 + dad8d1a commit ab33dddCopy full SHA for ab33ddd
flowermd/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (1, 0, 0)
+VERSION = (1, 1, 1)
2
3
__version__ = ".".join(map(str, VERSION))
setup.py
@@ -88,7 +88,7 @@ def run(self):
88
),
89
package_data={
90
"flowermd": [
91
- "modules/*",
+ "modules/**",
92
"library/**",
93
"assets/forcefields/*",
94
"assets/molecule_files/*",
0 commit comments