Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ummae committed Sep 3, 2019
1 parent e1d8d60 commit 3709dae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@ We highly recommend starting with the unit-test codes. Checkout ./tests director

.. code-block:: bash
$ tests> nosetests ./tests/algo/test_algo.py -v
$ buffalo.git/tests> nosetests ./algo/test_algo.py -v
or

.. code-block:: bash
$ buffalo.git/tests> pytest ./algo/test_algo.py -v
Database
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

MAJOR = 1
MINOR = 0
MICRO = 6
MICRO = 7
Release = True
STAGE = {True: '', False: 'b'}.get(Release)
VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'
Expand Down

0 comments on commit 3709dae

Please sign in to comment.