Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit 9a99b4e

Browse files
committed
update to 1.0.2
1 parent ada5fe8 commit 9a99b4e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.0.2 May 22 2018
2+
- more py3 compatibility changes
3+
14
1.0 May 24 2017
25
- variours py3 compatibility changes
36
- absolute imports

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def all_files(dir, prefix):
4040

4141

4242
setup(name='sagenb',
43-
version = '1.0.1',
43+
version = '1.0.2',
4444
description = 'The Sage Notebook',
4545
license = 'GNU General Public License (GPL) v3+',
4646
author = 'William Stein et al.',

0 commit comments

Comments
 (0)