Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ercpe committed Jan 9, 2016
1 parent a1813da commit fa7d02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,13 +3,13 @@

from setuptools import setup, find_packages

VERSION='0.2.1'
VERSION='0.2.2'

setup(
name='phylter',
version=VERSION,
description='Library for a filter DSL in python',
long_description=open('README.md').read(),
long_description='See `README.md <https://code.not-your-server.de/phylter.git>`_',
author='Johann Schmitz',
author_email='johann@j-schmitz.net',
url='https://ercpe.de/projects/phylter',
Expand Down

0 comments on commit fa7d02b

Please sign in to comment.