Skip to content

Commit 754adc9

Browse files
committed
Bumping version to 0.3.0
1 parent 48ce41d commit 754adc9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.1.0'
59+
version = '0.3.0'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.1.0'
61+
release = '0.3.0'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

rnlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
__copyright__ = 'Copyright (c) 2017-2018 StARLinG Lab'
6565
__license__ = 'GPL-v3'
6666

67-
__version__ = '0.2.1'
67+
__version__ = '0.3.0'
6868
__status__ = 'Beta'
6969
__maintainer__ = 'Alexander L. Hayes (@batflyer)'
7070
__email__ = 'alexander.hayes@utdallas.edu'

rnlp/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__copyright__ = 'Copyright (c) 2017-2018 StARLinG Lab'
2727
__license__ = 'GPL-v3'
2828

29-
__version__ = '0.1.0'
29+
__version__ = '0.3.0'
3030
__status__ = 'Beta'
3131
__maintainer__ = 'Alexander L. Hayes (@batflyer)'
3232
__email__ = 'alexander.hayes@utdallas.edu'

0 commit comments

Comments
 (0)