effectual 0.7.0__tar.gz → 0.7.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: effectual
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: A python package/script bundler
5
5
  Project-URL: Homepage, https://github.com/effectualpy/effectual
6
6
  Author-email: jake <jakewdr@proton.me>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "effectual"
3
- version = "0.7.0"
3
+ version = "0.7.1"
4
4
  description = "A python package/script bundler"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -42,6 +42,7 @@ def main() -> None:
42
42
 
43
43
 
44
44
  def runCommand(sourceDirectory: Path, outputFile: Path) -> None:
45
+ print(f"{tagColor('reloaded')} || file change detected")
45
46
  bundle(sourceDirectory, outputFile)
46
47
  subprocess.Popen(["uv", "run", outputFile], shell=True)
47
48
 
@@ -39,7 +39,7 @@ wheels = [
39
39
 
40
40
  [[package]]
41
41
  name = "effectual"
42
- version = "0.7.0"
42
+ version = "0.7.1"
43
43
  source = { editable = "." }
44
44
  dependencies = [
45
45
  { name = "click" },
File without changes
File without changes
File without changes
File without changes
File without changes