Skip to content

Commit

Permalink
packaging 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPHoughton committed Dec 4, 2017
1 parent 858f17c commit 1c22343
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 18 deletions.
Binary file removed dist/pysd-0.8.2-py2.py3-none-any.whl
Binary file not shown.
Binary file removed dist/pysd-0.8.2.tar.gz
Binary file not shown.
Binary file added dist/pysd-0.8.3-py2.py3-none-any.whl
Binary file not shown.
Binary file added dist/pysd-0.8.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pysd/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.8.2"
__version__ = "0.8.3"

20 changes: 3 additions & 17 deletions sandbox.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,13 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 7,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/plain": [
"'UD'"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"a = \"\"\n",
"a += 'U'\n",
"a += 'D'\n",
"a"
"import pysd"
]
},
{
Expand Down

0 comments on commit 1c22343

Please sign in to comment.