python-setenv 0.0.2__tar.gz → 0.0.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: python-setenv
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Set env (e.g. HF_TOKEN) from colab/kaggle secrets or dotenv .env env files
5
5
  Author-email: ffreemt <yucongo+fmt@gmail.com>
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "python-setenv"
3
- version = "0.0.2"
3
+ version = "0.0.3"
4
4
  description = "Set env (e.g. HF_TOKEN) from colab/kaggle secrets or dotenv .env env files"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -30,4 +30,4 @@ include = [
30
30
  ]
31
31
 
32
32
  [tool.hatch.build.targets.wheel]
33
- packages = ["setenv"]
33
+ packages = ["src/setenv"]
@@ -11,7 +11,7 @@ from pathlib import Path
11
11
  from dotenv import dotenv_values, find_dotenv
12
12
  # from loguru import logger
13
13
 
14
- __version__ = "0.0.2"
14
+ __version__ = "0.0.3"
15
15
 
16
16
 
17
17
  def hello() -> str:
File without changes
File without changes
File without changes