Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Oct 30, 2021
1 parent 717f88d commit 35122d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Szabolcs Dombi'

# The full version, including alpha/beta/rc tags
release = '0.2.5'
release = '0.3.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='zengl',
version='0.2.5',
version='0.3.0',
py_modules=['_zengl'],
data_files=[('.', ['zengl.pyi'])],
ext_modules=[ext],
Expand Down

0 comments on commit 35122d9

Please sign in to comment.