Skip to content

Commit

Permalink
🎉 alpha release (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt authored Aug 29, 2023
1 parent 2d3cbe5 commit 5c91e4f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ ENV/
env.bak/
venv.bak/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -39,4 +59,4 @@ cover/
.pytype/

# Devnet state
devnet.pkl
devnet.pkl
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pragma"
version = "1.0.0"
version = "1.0.0-alpha"
authors = ["0xevolve <matthias@pragmaoracle.com>"]
description = "Core package for rollup-native Pragma Oracle"
readme = "README.md"
Expand Down

0 comments on commit 5c91e4f

Please sign in to comment.