summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--pyparsing/__init__.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index eacd7db..7557a8d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,7 @@ Version 3.0.0a2 - June, 2020
- API CHANGE
Changed result returned when parsing using countedArray,
- the array items are no long returned in a doubly-nested
+ the array items are no longer returned in a doubly-nested
list.
- An excellent new enhancement is the new railroad diagram
diff --git a/pyparsing/__init__.py b/pyparsing/__init__.py
index e896d6c..33ba1ba 100644
--- a/pyparsing/__init__.py
+++ b/pyparsing/__init__.py
@@ -94,8 +94,8 @@ classes inherit from. Use the docstrings for examples of how to:
namespace class
"""
-__version__ = "3.0.0a2"
-__versionTime__ = "27 June 2020 22:45 UTC"
+__version__ = "3.0.0b1"
+__versionTime__ = "28 June 2020 03:24 UTC"
__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>"
from .util import *