Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fferegrino committed Jul 2, 2018
1 parent c258c2f commit b5a99cd
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 2 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,61 @@ venv.bak/

# mypy
.mypy_cache/

# Created by https://www.gitignore.io/api/macos,windows

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Windows ###
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk


# End of https://www.gitignore.io/api/macos,windows
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# m16_mlutils
Some stuff that is probably better implemented somewhere else but I'm still a newbie to find out where...

[![CircleCI](https://circleci.com/gh/messier16/m16_mlutils.svg?style=svg)](https://circleci.com/gh/messier16/m16_mlutils) [![PyPI](https://img.shields.io/pypi/v/m16-mlutils.svg)](https://pypi.org/project/m16-mlutils/)

Some stuff that is probably better implemented somewhere else but I'm still a newbie to find out where...
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools.command.install import install

# Package version
VERSION = "0.1.0"
VERSION = "0.1.1"

class VerifyVersionCommand(install):
"""Custom command to verify that the git tag matches our version"""
Expand Down

0 comments on commit b5a99cd

Please sign in to comment.