laditools/__init__.py: set version to 1.1

This commit is contained in:
Nedko Arnaudov 2023-03-01 01:07:35 +02:00
parent 57f55c1edb
commit 0a61977400
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = (1, 0)
__version__ = (1, 1)
_gettext_domain = 'laditools'
get_version_string = lambda: '.'.join((str(comp)) for comp in __version__)