Skip to content

Commit 9288fa9

Browse files
committed
Trying a new makefile option.
1 parent b81d1c0 commit 9288fa9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ docs:
5858
open docs/_build/html/index.html
5959

6060
release: clean
61-
python setup.py register
6261
python setup.py sdist upload
6362
python setup.py bdist_wheel upload
6463

fuzzyfinder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Amjith Ramanujam'
44
__email__ = 'amjith.r@gmail.com'
5-
__version__ = '0.2.0'
5+
__version__ = '0.3.0'
66

77
__all__ = []
88

0 commit comments

Comments
 (0)