Skip to content

Commit

Permalink
rebuild - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed May 26, 2024
1 parent c198dc5 commit 61cd243
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ferfereh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

DESCRIPTION = f"{ICON} 3d-printed graffiti."

VERSION = "1.134.1"
VERSION = "1.135.1"
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
version=VERSION,
description=DESCRIPTION,
packages=[NAME],
include_package_data=True,
package_data={
NAME: [
".abcli/**/*.sh",
],
},
)

0 comments on commit 61cd243

Please sign in to comment.