Add gitignore and bump version

This commit is contained in:
Brian Ford 2020-07-10 10:11:51 -04:00
parent c846fa088c
commit fbb3b2fd28
4 changed files with 7 additions and 2 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
udm_events.egg-info/
dist/
*.pyc
__pycache__
build/

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: chainwalkers-utils
Version: 0.0.4
Version: 0.0.5
Summary: Collection of utilities to be used across chainwalkers repos
Home-page: git@github.com:FlipsideCrypto/chainwalkers-utils.git
Author: Brian Ford

BIN
dist/chainwalkers_utils-0.0.5-py3.7.egg vendored Normal file

Binary file not shown.

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name='chainwalkers_utils',
version='0.0.4',
version='0.0.5',
description='Collection of utilities to be used across chainwalkers repos',
long_description=long_description,
long_description_content_type="text/markdown",