Skip to content

Commit

Permalink
Release v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user authored Nov 23, 2023
1 parent d6d0f81 commit 1996a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from multiprocessing import current_process

version = "4.1"
version = "4.2"

install_script = os.path.join(os.path.dirname(__file__), 'lib', 'install.sh')

Expand Down

0 comments on commit 1996a9b

Please sign in to comment.