Skip to content

Commit

Permalink
Add distribution script. Set version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
astoeckel committed Jun 2, 2019
1 parent 8653e16 commit 68eb96f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dist.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/bash

python3 -m pip install --user --upgrade setuptools wheel twine
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup(
name='nengo_bio',
packages=find_packages(),
version='0.1',
version='0.1.1',
author='Andreas Stöckel',
author_email='[email protected]',
description='Dendritic Computation Primitives for Nengo',
Expand Down

0 comments on commit 68eb96f

Please sign in to comment.