Skip to content

Commit 3e92f6e

Browse files
committed
throw error
1 parent 19e204d commit 3e92f6e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/dotenvx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "python-dotenvx"
22
__description__ = "[dotenvx.com] a better dotenv–from the creator of `dotenv`"
33
__url__ = "https://github.com/dotenvx/python-dotenvx"
4-
__version__ = "0.0.2"
4+
__version__ = "0.1.0"
55
__author__ = "dotenv"
66
__author_email__ = "mot@dotenvx.com"
77
__license__ = "BSD-3"

src/dotenvx/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def load_dotenvx():
2-
print("loading dotenvx! implement")
2+
raise NotImplementedError("go to [github.com/dotenvx/dotenvx] and follow python directions there")

0 commit comments

Comments
 (0)