mirror of
https://github.com/FlipsideCrypto/chainwalkers-utils.git
synced 2026-02-06 10:06:43 +00:00
Add gitignore and bump version
This commit is contained in:
parent
c846fa088c
commit
fbb3b2fd28
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
udm_events.egg-info/
|
||||
dist/
|
||||
*.pyc
|
||||
__pycache__
|
||||
build/
|
||||
@ -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
BIN
dist/chainwalkers_utils-0.0.5-py3.7.egg
vendored
Normal file
Binary file not shown.
2
setup.py
2
setup.py
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user