Skip to content

Commit

Permalink
Release v3.3a1
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonym committed Jun 12, 2024
1 parent f708c12 commit 2357189
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '3.2'
release = '3.3a1'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -155,4 +155,4 @@
(master_doc, 'Grimp', 'Grimp Documentation',
author, 'Grimp', 'One line description of project.',
'Miscellaneous'),
]
]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module-name = "grimp._rustgrimp"

[project]
name = "grimp"
version = "3.2"
version = "3.3a1"
license = {text = "BSD 2-Clause License"}
description = "Builds a queryable graph of the imports within one or more Python packages."
authors = [
Expand Down Expand Up @@ -54,4 +54,4 @@ namespaces = false

[tool.black]
line-length = 99
exclude = 'tests/assets/syntaxerrorpackage'
exclude = 'tests/assets/syntaxerrorpackage'
2 changes: 1 addition & 1 deletion src/grimp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.2"
__version__ = "3.3.a1"

from .application.ports.graph import DetailedImport, ImportGraph
from .domain.analysis import PackageDependency, Route
Expand Down

0 comments on commit 2357189

Please sign in to comment.