diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-10-27 02:27:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-27 02:27:57 +0800 |
commit | 0f6307169604f36b0316f236eb96d6001b788f50 (patch) | |
tree | e26e727f09246ff7c1b5d0e39074caef3fc8d0ce /python-packages/order_utils/src/conf.py | |
parent | 4c5b26db183f8f9163e043f5dd4bb0ce60e3aa7f (diff) | |
download | dexon-sol-tools-0f6307169604f36b0316f236eb96d6001b788f50.tar.gz dexon-sol-tools-0f6307169604f36b0316f236eb96d6001b788f50.tar.zst dexon-sol-tools-0f6307169604f36b0316f236eb96d6001b788f50.zip |
fix(order_utils.py): tweaks for first publish (#1185)
Diffstat (limited to 'python-packages/order_utils/src/conf.py')
-rw-r--r-- | python-packages/order_utils/src/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-packages/order_utils/src/conf.py b/python-packages/order_utils/src/conf.py index e74a29d00..606cd3b2a 100644 --- a/python-packages/order_utils/src/conf.py +++ b/python-packages/order_utils/src/conf.py @@ -8,11 +8,11 @@ from typing import List # pylint: disable=invalid-name # because these variables are not named in upper case, as globals should be. -project = "order_utils.py" +project = "0x-order-utils" # pylint: disable=redefined-builtin copyright = "2018, ZeroEx, Intl." author = "F. Eugene Aumson" -version = "" # The short X.Y version +version = "0.1.0" # The short X.Y version release = "" # The full version, including alpha/beta/rc tags extensions = [ |