Skip to content

Commit

Permalink
Version number to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpastell committed Jan 11, 2016
1 parent 792ae35 commit 864feca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pweave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .config import *
import copy

__version__ = '0.23'
__version__ = '0.23.1'


def weave(file, doctype='rst', informat="noweb", shell="python", shell_path=None, plot=True,
Expand Down Expand Up @@ -162,4 +162,3 @@ def convert(file, informat="noweb", outformat="script", pandoc_args=None,
def listformats():
"""List output formats"""
PwebFormats.listformats()

3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(fname):
license='LICENSE.txt',
long_description = read('README.rst'),
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Stable',
'Topic :: Text Processing :: Markup',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering',
Expand All @@ -37,4 +37,3 @@ def read(fname):
]

)

0 comments on commit 864feca

Please sign in to comment.