Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdapretnar committed Jun 17, 2022
1 parent e71d462 commit ac73c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
import os
from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.4.1'

README_FILE = os.path.join(os.path.dirname(__file__), 'README.pypi')
LONG_DESCRIPTION = open(README_FILE, encoding='utf-8').read()
Expand Down

0 comments on commit ac73c59

Please sign in to comment.