Skip to content

Commit

Permalink
better gitignore and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Mar 21, 2019
1 parent 877401f commit e65ec9e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
docs/*.ipynb
.mypy_cache
__pycache__
.*.sw*
*.bak.[a-z]*
*.c
*.so
*.pyd
*.pkl
traffic.conf

*.egg-info/
__pycache__/
.ipynb_checkpoints/
.mypy_cache/

build/
dist/
traffic.egg-info

docs/*.ipynb
traffic.conf
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="traffic",
version="1.1.2b0",
version="1.2",
author="Xavier Olive",
author_email="git@xoolive.org",
url="https://github.com/xoolive/traffic/",
Expand Down

0 comments on commit e65ec9e

Please sign in to comment.