Skip to content

Commit

Permalink
Prepare openregistry.assets.bounce 0.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Leitsius committed Feb 7, 2019
1 parent bc68f45 commit cb2df8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '0.2.2'
VERSION = '0.2.3'

entry_points = {
'openregistry.assets.core.plugins': [
Expand All @@ -25,7 +25,7 @@
]

setup(name='openregistry.assets.bounce',
version=version,
version=VERSION,
description="",
long_description=open("README.rst").read() + "\n" +
open(os.path.join("docs", "HISTORY.txt")).read(),
Expand Down

0 comments on commit cb2df8f

Please sign in to comment.