We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e204d commit 3e92f6eCopy full SHA for 3e92f6e
2 files changed
src/dotenvx/__version__.py
@@ -1,7 +1,7 @@
1
__title__ = "python-dotenvx"
2
__description__ = "[dotenvx.com] a better dotenv–from the creator of `dotenv`"
3
__url__ = "https://github.com/dotenvx/python-dotenvx"
4
-__version__ = "0.0.2"
+__version__ = "0.1.0"
5
__author__ = "dotenv"
6
__author_email__ = "mot@dotenvx.com"
7
__license__ = "BSD-3"
src/dotenvx/main.py
@@ -1,2 +1,2 @@
def load_dotenvx():
- print("loading dotenvx! implement")
+ raise NotImplementedError("go to [github.com/dotenvx/dotenvx] and follow python directions there")
0 commit comments