summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2020-02-23 20:42:23 -0300
committerSoniEx2 <endermoneymod@gmail.com>2020-02-23 20:42:23 -0300
commita1b8ddf536259a04362804dbc0cf368c1fead5a2 (patch)
treec5eef7033bdb15ef0df7f33d3064b62db0909ec4
parent621203d3239adf80fea769eda93f727cc6f4ac5a (diff)
Bump version
-rw-r--r--abdl/__init__.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/abdl/__init__.py b/abdl/__init__.py
index 2c6b26a..36a629c 100644
--- a/abdl/__init__.py
+++ b/abdl/__init__.py
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-"""A Boneless Datastructure Language, version 2.1.0.
+"""A Boneless Datastructure Language, version 2.1.
 
 ABDL expressions are regex-like constructs for matching and validating object structures. They can be used
 with JSON and similar formats, and even self-referential data structures.
diff --git a/setup.py b/setup.py
index 0d16495..d90a0be 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,3 @@
 import setuptools
 
-setuptools.setup(name="gan0f74bd87a23b515b45da7e6f5d9cc82380443dab", version="2.1.0", packages=["abdl"], install_requires=["pyparsing >= 2.4.2"])
+setuptools.setup(name="gan0f74bd87a23b515b45da7e6f5d9cc82380443dab", version="2.1.1", packages=["abdl"], install_requires=["pyparsing >= 2.4.2"])