Skip to content

Commit

Permalink
add lockfile and change version
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSchurig committed Feb 22, 2019
1 parent 03700c3 commit b14133a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ContentCenterLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@

import pip
import requests
import lockfile

version = "v1.2.4"
version = "v1.2.4.2"
_app = None
_ui = None

Expand Down

0 comments on commit b14133a

Please sign in to comment.