Skip to content

Commit

Permalink
bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBoothe committed Jan 30, 2021
1 parent 7e7d53d commit 0debde2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*_ALTERED

*src.mp4
*example

*_tracks
*.webm
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Actions Status](https://github.com/wyattblue/auto-editor/workflows/build/badge.svg)](https://github.com/wyattblue/auto-editor/actions)
<a href="https://discord.com/invite/kMHAWJJ/"><img src="https://img.shields.io/discord/711767814821773372?color=%237289DA&label=chat&logo=discord&logoColor=white"></a>
<img src="https://img.shields.io/badge/version-21w04a-blue.svg">
<img src="https://img.shields.io/badge/version-21w04b-blue.svg">
<p align="center"><img src="https://raw.githubusercontent.com/wyattblue/auto-editor/master/articles/imgs/auto-editor_banner.png" width="700"></p>

**Auto-Editor** is a command line application for automatically **editing video and audio** by analyzing where sections are silent and cutting them up.
Expand Down
2 changes: 1 addition & 1 deletion auto_editor/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import tempfile
from shutil import rmtree

version = '21w04a'
version = '21w04b'

def file_type(file: str) -> str:
if(not os.path.isfile(file)):
Expand Down
2 changes: 1 addition & 1 deletion resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21w04a
21w04b
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from setuptools import setup, find_packages

def pip_version():
return '21.4.1'
return '21.4.2'

if(sys.argv[-1] == 'publish'):
os.system('rm -rf build')
Expand Down

0 comments on commit 0debde2

Please sign in to comment.