Skip to content

Commit

Permalink
emptied a version
Browse files Browse the repository at this point in the history
  • Loading branch information
garfix committed May 12, 2024
1 parent 741154d commit 3df8f2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__pycache__
venv
richard.egg-info
dist
8 changes: 0 additions & 8 deletions richard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
"""
Richard!
A Natural Language Understanding and Execution library for Python
"""

__version__ = "0.1.4"
__author__ = 'Patrick van Bergen'
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='richard',
version='0.1.4',
version='0.1.0',
description='A Natural Language Understanding and Execution library',
url='https://github.com/garfix/richard',
author='Patrick van Bergen',
Expand Down

0 comments on commit 3df8f2a

Please sign in to comment.