brainforge-cli 0.1.0__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: brainforge-cli
3
- Version: 0.1.0
3
+ Version: 0.1.3
4
4
  Summary: Command-line interface for Brainforge
5
5
  Author: Daniel Trinh
6
6
  Requires-Python: >=3.10
@@ -12,7 +12,7 @@ from brainforge.template import generate_yaml_template
12
12
 
13
13
 
14
14
  @click.group()
15
- @click.version_option(version="0.1.0")
15
+ @click.version_option(version="0.1.3")
16
16
  def main():
17
17
  """
18
18
  BrainForge CLI: The premier interface for executing neuroimaging analyses.
@@ -26,7 +26,7 @@ def main():
26
26
  @main.command()
27
27
  def info():
28
28
  """Display information about Brainforge CLI and its current version."""
29
- click.echo("Welcome to the Brainforge CLI v0.1.0")
29
+ click.echo("Welcome to the Brainforge CLI v0.1.3")
30
30
  click.echo("Run 'brainforge --help' to see all available commands.")
31
31
 
32
32
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: brainforge-cli
3
- Version: 0.1.0
3
+ Version: 0.1.3
4
4
  Summary: Command-line interface for Brainforge
5
5
  Author: Daniel Trinh
6
6
  Requires-Python: >=3.10
@@ -3,7 +3,7 @@ from setuptools import setup
3
3
 
4
4
  setup(
5
5
  name="brainforge-cli",
6
- version="0.1.0",
6
+ version="0.1.3",
7
7
  description="Command-line interface for Brainforge",
8
8
  author="Daniel Trinh",
9
9
  packages=find_packages(),
File without changes
File without changes