Skip to content

Commit 346d39f

Browse files
committed
version number update and edit readme
1 parent 1c125f2 commit 346d39f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If the xsearch version is incremented you will receive a warning on import:
2222
2323
`xsearch` will create a file in your home directory to support version checking.
2424

25-
Alternatively, you can download the contents of this repository and import the package (or the `search.py` file). In this case, we suggest you watch the repository (in GitHub) so that you know when there are version changes. You can either add `export PYTHONPATH='/PATH/TO/YOUR/XSEARCH/'` in your `~/.bashrc` or use the following commend to make xsearch importable:
25+
Alternatively, you can download the contents of this repository and import the package (or the `search.py` file). In this case, we suggest you watch the repository (in GitHub) so that you know when there are version changes. You can either add `export PYTHONPATH='/PATH/TO/YOUR/XSEARCH/'` to your `~/.bashrc` file or use the following command to include xsearch in your current conda environment:
2626

2727
python setup.py install
2828

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import find_packages, setup
22

3-
version = '0.0.3'
3+
version = '0.0.5'
44

55
packages = find_packages(include=['xsearch'])
66

0 commit comments

Comments
 (0)