Commit 0687a715 authored by boris-il-forte's avatar boris-il-forte
Browse files

Verison bump 2.3

- fixed Makefile
- uploaded package to PyPi
parent 14747704
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
package: 
	python setup.py sdist

install: 
install: package
	pip install $(shell ls dist/*.tar.gz)

all: clean package install
all: clean install

upload:
	python -m twine upload dist/*
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ try:
except ImportError:
    pass

__version__ = '2.2'
__version__ = '2.3'