Skip to content

Commit 1e8f006

Browse files
committed
Prepare for development
Refs #7.
1 parent 0148f46 commit 1e8f006

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#[egg_info]
2-
#tag_build = dev
1+
[egg_info]
2+
tag_build = dev

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from setuptools import setup
1212

13-
VERSION = '0.1.5'
13+
VERSION = '0.1.6'
1414
PACKAGE = 'mathjax'
1515

1616
setup(

0 commit comments

Comments
 (0)