Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into use-pyproject-for-s…
Browse files Browse the repository at this point in the history
…etuptools
  • Loading branch information
obscurerichard committed Dec 31, 2024
2 parents c47d4b4 + 5ca80c7 commit 345751a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
23 changes: 9 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.egg
*.egg-info/
*.py[cod]
*.so

# Distribution / packaging
.Python
.eggs/
.installed.cfg
.venv
.venv/
env/
__pycache__/
build/
src/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
env/
lib/
lib64/
parts/
sdist/
src/
var/
venv/
wheels/
*.egg-info/
.installed.cfg
*.egg

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
from setuptools import setup

version = "0.3.6"
version = "0.4.1"

long_description = """
freezing-nq is the Freezing Saddles component for receiving
Expand Down

0 comments on commit 345751a

Please sign in to comment.