Skip to content

Commit ec78ea7

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent fba4cfb commit ec78ea7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
files = pynlg/__init__.py ./setup.py
33
commit = True
44
tag = True
5-
current_version = 0.1.0
5+
current_version = 0.1.1
6+

pynlg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .spec.phrase import NounPhraseElement
22

3-
__version__ = '0.1.0'
3+
__version__ = '0.1.1'
44

55

66
def make_noun_phrase(lexicon, specifier, noun, modifiers=None):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pynlg",
5-
version='0.1.0',
5+
version='0.1.1',
66
description='Natural Language Generation in Python',
77
long_description=open('README.rst').read(),
88
author=["Jerry Nieuviarts"],

0 commit comments

Comments
 (0)