Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from quintindunn/version-bump-4
Browse files Browse the repository at this point in the history
Bumped version to 0.2.0
  • Loading branch information
quintindunn authored Oct 28, 2023
2 parents a5afe5c + 532958e commit 24fdba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lapsepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Date: 10/22/23
"""

__version__ = '0.1.1'
__version__ = '0.2.0'

from .journal import Journal
from .auth.refresher import refresh
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.1.1"
VERSION = "0.2.0"
DESCRIPTION = "A Python API wrapper for the social media app Lapse."

with open("README.md", 'r') as f:
Expand Down

0 comments on commit 24fdba4

Please sign in to comment.