about summary refs log tree commit diff
path: root/src/fead.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/fead.py')
-rwxr-xr-xsrc/fead.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fead.py b/src/fead.py
index a01616b..e9abd90 100755
--- a/src/fead.py
+++ b/src/fead.py
@@ -16,7 +16,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/>.
 
-__version__ = '0.1.3'
+__version__ = '1.0.0'
 
 from argparse import ArgumentParser, FileType, HelpFormatter
 from asyncio import CancelledError, TaskGroup, gather, open_connection, run