Skip to content

Commit a721136

Browse files
committed
release v0.4.4
1 parent 88eae79 commit a721136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyvichan/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
information quickly and easily.
1313
"""
1414

15-
__version__ = '0.4.3'
15+
__version__ = '0.4.4'
1616

1717
from .board import Board, board, get_boards, get_all_boards
1818
from .url import Url

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='pyvichan',
20-
version='0.4.3',
20+
version='0.4.4',
2121
description=("Python vichan API Wrapper. Based on BASC-py4chan by the Bibliotheca Anonoma"),
2222
long_description=open('README.rst').read(),
2323
license=open('LICENSE').read(),

0 commit comments

Comments
 (0)