Skip to content

Commit

Permalink
version bump. sdist upload. closes #64. closes #48.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Jan 18, 2018
1 parent 5a90eef commit 8477e30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
History
=======
1.0 (2018-01-18)
* Supports graph (the pretty one)

0.9 (2017-11-11)
-----------------
* Supports markdown for add_text function
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='tensorboardX',
version='0.9',
version='1.0',
description='TensorBoardX lets you watch Tensors Flow without Tensorflow',
long_description= history,
author='Tzu-Wei Huang',
Expand All @@ -46,4 +46,5 @@
tests_require=test_requirements
)

# python setup.py bdist_wheel --universal upload
# python setup.py sdist bdist_wheel --universal upload
# twine upload dist/*

0 comments on commit 8477e30

Please sign in to comment.