Skip to content

Commit cfa24b0

Browse files
committed
Bump version: 0.2.2.post2 -> 0.3.0
1 parent 883edf9 commit cfa24b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

autoed/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import os
22

3-
__version__ = '0.2.1'
3+
__version__ = '0.3.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='autoed',
6-
version='0.2.2.post2',
6+
version='0.3.0',
77
entry_points={
88
'console_scripts': [
99
'autoed_watch = autoed.watch:main',

0 commit comments

Comments
 (0)