Skip to content

Commit

Permalink
Release version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Mar 15, 2024
1 parent 22cb684 commit 943856f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from setuptools import setup, find_packages

VERSION = '0.6.2'
VERSION = '0.6.3'

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 943856f

Please sign in to comment.