diff --git a/LICENSE b/LICENSE index 86ccda1..f599e59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016-2022 David R Hagen +Copyright (c) 2016-2023 David R Hagen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index ef2417d..7269830 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsita" -version = "1.7.1" +version = "1.7.2" description = "Parser combinator library for Python" authors = ["David Hagen "] license = "MIT"