gmsg 0.1.6__tar.gz → 0.1.7__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.3
2
2
  Name: gmsg
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Generates git commit messages for you using AI.
5
5
  License: MIT
6
6
  Keywords: git,commit,ai
@@ -4,8 +4,8 @@ import tempfile
4
4
  import subprocess
5
5
  from google import genai
6
6
  from pathlib import Path
7
- # from .api_key import get_or_set_api_key
8
- from api_key import get_or_set_api_key
7
+ from .api_key import get_or_set_api_key
8
+ # from api_key import get_or_set_api_key
9
9
 
10
10
  GREEN = "\033[92m"
11
11
  RED = "\033[91m"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "gmsg"
3
- version = "0.1.6"
3
+ version = "0.1.7"
4
4
  description = "Generates git commit messages for you using AI."
5
5
  authors = ["Shiyan Shirani <shiyan99s@gmail.com>"]
6
6
  license = "MIT"
File without changes
File without changes
File without changes
File without changes