Skip to content

Commit

Permalink
Bump to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 18, 2022
1 parent f3980d2 commit bde52eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions phew/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# highly recommended to set a lowish garbage collection threshold
# to minimise memory fragmentation as we sometimes want to
__version__ = "0.0.2"

# highly recommended to set a lowish garbage collection threshold
# to minimise memory fragmentation as we sometimes want to
# allocate relatively large blocks of ram.
import gc
gc.threshold(50000)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="micropython-phew",
version="0.0.1-post1",
version="0.0.2",
description="A small webserver and templating library specifically designed for MicroPython on the Pico W.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit bde52eb

Please sign in to comment.