Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Oct 19, 2023
1 parent f01842d commit 044bc7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scrap_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"""

__author__ = "lxgr <[email protected]>"
__version__ = "1.4.0"
__version__ = "1.4.1"

import math
import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use_scm_version=True,
include_package_data=True,
name='scrap_engine',
version='0.1.1',
version='1.4.1',
py_modules=['scrap_engine'],
url='https://github.com/lxgr-linux/scrap_engine',
license='GPL3',
Expand Down

0 comments on commit 044bc7a

Please sign in to comment.