olinox 8 年之前
父節點
當前提交
e4ec450172
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 3 3
      setup.py
  2. 1 1
      xdice.py

+ 3 - 3
setup.py

@@ -8,15 +8,15 @@ from os import path
 
 here = path.abspath(path.dirname(__file__))
 
-with open(path.join(here, 'README.md'), encoding='utf-8') as f:
+with open(path.join(here, r'docs\_build\html\index.html'), encoding='utf-8') as f:
     long_description = f.read()
 
 setup(
     name='xdice',
 
-    version='1.0.0',
+    version='1.1.0',
 
-    description='Lightweight python library for managing xdice, scores, and xdice-notation patterns.',
+    description='The swiss knife for Dice roll : Command line, API (documented!), advanced dice notation parser, compilable patterns...etc.',
     long_description=long_description,
 
     url='https://github.com/cro-ki/xdice',

+ 1 - 1
xdice.py

@@ -8,7 +8,7 @@
 import random
 import re
 
-__VERSION__ = 1.0
+__VERSION__ = 1.1
 
 # TODO: (?) 'Rx(...)' notation: roll x times the pattern in the parenthesis => eg: R3(1d4+3)
 # TODO: (?) Dice pools, 6-sided variations, 10-sided variations,