Skip to content

Commit a26bf76

Browse files
committed
updated release to 0.3.4
Former-commit-id: 5a90a22
1 parent ded71e4 commit a26bf76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nltools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Specifies current version of nltools to be used by setup.py and __init__.py
22
"""
33

4-
__version__ = '0.3.3'
4+
__version__ = '0.3.4'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# from nltools.version import __version__
22
from setuptools import setup, find_packages
33

4-
__version__ = '0.3.3'
4+
__version__ = '0.3.4'
55

66
extra_setuptools_args = dict(
77
tests_require=['pytest']

0 commit comments

Comments
 (0)