Bump version to 1.1.0 for release

This commit is contained in:
Joshua Oreman 2023-03-01 00:56:40 -07:00
parent 84676504de
commit e38557217d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
v1.1.0, unreleased
v1.1.0, 1 Mar 2023
Add Packet accessors for {indev, outdev, physindev, physoutdev} interface indices
v1.0.0, 14 Jan 2022

View File

@ -1,4 +1,4 @@
# This file is imported from __init__.py and exec'd from setup.py
__version__ = "1.0.0+dev"
VERSION = (1, 0, 0)
__version__ = "1.1.0"
VERSION = (1, 1, 0)