Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Sep 2, 2022
1 parent 478fd10 commit 66d0b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions auto_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "22.35.2"
version = "22w35b"
__version__ = "22.35.3"
version = "22w35c"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import re
from setuptools import setup, find_packages


def pip_version():
with open("auto_editor/__init__.py") as f:
version_content = f.read()
Expand Down

0 comments on commit 66d0b74

Please sign in to comment.