Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
upping version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jul 17, 2018
1 parent 678c51c commit 42f956a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ clean: ## clean the repository
install: ## install the package
python3 setup.py install

dist: ## dist to pypi
python3 setup.py sdist upload -r pypi

# Thanks to Francoise at marmelab.com for this
.DEFAULT_GOAL := help
help:
Expand All @@ -62,4 +65,4 @@ help:
print-%:
@echo '$*=$($*)'

.PHONY: clean run runconfig sandbox backtest backtest_config test tests test_verbose help install docs data
.PHONY: clean run runconfig sandbox backtest backtest_config test tests test_verbose help install docs data dist
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = 'v0.0.11'
version = 'v0.0.3'
# The full version, including alpha/beta/rc tags.
release = 'v0.0.11'
release = 'v0.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

setup(
name='algocoin',
version='0.0.2',
version='0.0.3',
description='Algorithmic trading library for cryptocurrencies',
long_description=long_description,
url='https://github.com/timkpaine/algo-coin',
download_url='https://github.com/timkpaine/algo-coin/archive/v0.0.2.tar.gz',
download_url='https://github.com/timkpaine/algo-coin/archive/v0.0.3.tar.gz',
author='Tim Paine',
author_email='timothy.k.paine@gmail.com',
license='GPL',
Expand Down

0 comments on commit 42f956a

Please sign in to comment.